Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <cody@jhu.edu>2014-09-16 19:04:20 +0400
committerCody Russell <cody@jhu.edu>2014-09-16 19:04:20 +0400
commitc413df9408c38d0b7c6a935b0d708cb68e26362d (patch)
tree81a79a65199af556c32300d58330cb67ac796907 /main/src/core/MonoDevelop.Ide/gtkrc.mac
parentc7cb6dbfc784a7dcdb4cb32567cd547a10914a27 (diff)
Set GtkDialog::content-area-border = 0 for this case.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.mac')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.mac6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.mac b/main/src/core/MonoDevelop.Ide/gtkrc.mac
index d47842de30..c9b81dabce 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.mac
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.mac
@@ -266,6 +266,11 @@ style "combo-box" = "default"
}
}
+style "wizard-dialog"
+{
+ GtkDialog::content-area-border = 0
+}
+
style "combo-box-entry" = "combo-box"
{
engine "xamarin" {
@@ -388,6 +393,7 @@ widget_class "<GtkDialog>.<GtkVBox>.<GtkButtonBox>.<GtkButton>*" style "dialog-b
widget_class "<GtkDialog>.<GtkVBox>.<GtkHBox>.<GtkButtonBox>.<GtkButton>*" style "dialog-button"
widget "*.toggleFindInFiles" style "toggle-button"
widget "*.toggleReplaceInFiles" style "toggle-button"
+widget "wizard_dialog" style "wizard-dialog"
widget_class "*<GtkMenu>*" style "menu"
widget_class "*<GtkMenuItem>*" style "menu-item"