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:
authorLluis Sanchez <lluis@xamarin.com>2012-10-25 20:38:18 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-10-25 20:39:10 +0400
commit4d4fb6a42cc5499b1d2a82012c3592370ae8bbd6 (patch)
treedc605805bf70a2854ae71dea1b42a2a06975ea61 /main/src/core/MonoDevelop.Ide/gtkrc
parent2c029c64017ecff63a83b922338f64692f4cbc70 (diff)
Updated gtkrc from lanedo
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc13
1 files changed, 10 insertions, 3 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc b/main/src/core/MonoDevelop.Ide/gtkrc
index b1205e23b2..e8d1f8a0ae 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc
+++ b/main/src/core/MonoDevelop.Ide/gtkrc
@@ -220,10 +220,17 @@ style "toolbar-combo-box" = "default"
style "combo-box" = "default"
{
fg[NORMAL] = "#616161"
- xthickness = 4
+ xthickness = 2
ythickness = 4
engine "xamarin" {
+ arrowstyle = 4
+ }
+}
+
+style "combo-box-entry" = "combo-box"
+{
+ engine "xamarin" {
arrowstyle = 3
}
}
@@ -363,8 +370,8 @@ widget_class "*.GtkList.GtkButton" style "tree-header"
widget_class "*<GtkIconView>" style "icon-view"
widget_class "*.<GtkComboBox>.*" style "combo-box"
-widget_class "*.<GtkComboBoxText>.*" style "combo-box"
-widget_class "*.<GtkComboBoxEntry>.*" style "combo-box"
+widget_class "*.<GtkComboBoxText>.*" style "combo-box-entry"
+widget_class "*.<GtkComboBoxEntry>.*" style "combo-box-entry"
widget_class "*.<GtkComboBoxText>.<GtkEntry>" style "entry"
widget_class "*.<GtkComboBoxEntry>.<GtkEntry>" style "entry"
widget_class "*.<GtkComboBoxText>.<GtkToggleButton>" style "button"