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-09-18 13:23:17 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-09-18 13:23:42 +0400
commit8717b8408b491f7c1d3b0dc1a40d9baaefed5047 (patch)
treee9d81c31f8324d3fc3523a79ab1d95431a6409f2 /main/src/core/MonoDevelop.Ide/gtkrc
parenta2eaaaefb95d9f966969de89e951782581f0a30d (diff)
Commit latest gtkrc
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc b/main/src/core/MonoDevelop.Ide/gtkrc
index 358c8f14af..0d590f292b 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc
+++ b/main/src/core/MonoDevelop.Ide/gtkrc
@@ -21,7 +21,6 @@ gtk-auto-mnemonics = 1
style "default" {
-
xthickness = 1
ythickness = 1
@@ -199,7 +198,8 @@ style "toolbar-combo-box" = "default"
text[NORMAL] = @fg_color
bg[NORMAL] = "#fff"
base[NORMAL] = "#fff"
- ythickness = 0
+ ythickness = 2
+ xthickness = 2
engine "xamarin" {
comboboxstyle = 0
@@ -210,7 +210,7 @@ style "toolbar-combo-box" = "default"
style "combo-box" = "default"
{
fg[NORMAL] = "#616161"
- xthickness = 4
+ xthickness = 2
ythickness = 2
engine "xamarin" {
@@ -254,6 +254,7 @@ style "entry" = "default"
{
xthickness = 4
ythickness = 4
+ GtkEntry::inner-border = { 2, 2, 2, 2 }
}
style "search-entry" = "wider"
@@ -319,6 +320,7 @@ class "GtkRadioButton" style "radio-button"
class "GtkCheckButton" style "check-box"
class "GtkScale" style "scale"
+widget "*GtkEntry" style:highest "entry"
widget "*search-entry*" style "search-entry"
widget_class "*<GtkButton>" style "button"