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:
authorAlex Corrado <alexc@xamarin.com>2012-10-16 23:37:53 +0400
committerAlex Corrado <alexc@xamarin.com>2012-10-22 20:39:34 +0400
commit2a1b7268af3894a5cbe8bde28db6ddbf746bbb04 (patch)
tree5216b446f49d05d9bc530d4e6861c5fb475e927e /main/src/core/MonoDevelop.Ide/gtkrc.win32
parent37b65500aac969faa545a314d3daaedbd891d47f (diff)
[gtkrc] Use wimp buttons, checkboxes, menus, and combo boxes
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.win32')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.win3242
1 files changed, 13 insertions, 29 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.win32 b/main/src/core/MonoDevelop.Ide/gtkrc.win32
index cf953ab3a8..686a308d46 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.win32
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.win32
@@ -65,6 +65,10 @@ style "default" {
GtkScrolledWindow::scrollbar-spacing = 0
GtkScale::slider-length = 14
+ GtkMenu::horizontal-padding = 3
+ GtkMenu::vertical-padding = 3
+ GtkSeparatorMenuItem::horizontal-padding = 2
+
GtkTreeView::expander-size = 8
GtkExpander::expander-size = 8
GtkComboBox::arrow-size = 8
@@ -100,42 +104,25 @@ style "wider" = "default" {
style "button" {
xthickness = 2
- ythickness = 4
-
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = shade(1.1, @bg_color)
- bg[ACTIVE] = @bg_color
- bg[INSENSITIVE] = @bg_color
+ ythickness = 1
- engine "xamarin" {
- contrast = 1.0
- gradient_shades = {0.96, 0.918, 0.926, 0.858}
- focus_color = shade(0.6, @bg_color)
- textstyle = 1
- }
+ engine "wimp" {
+ }
}
-style "menu" {
+style "menu" = "default" {
xthickness = 0
ythickness = 0
- fg[PRELIGHT] = @selected_fg_color
-
- engine "xamarin" {
- roundness = 3
- gradient_shades = {1.02, 0.97, 0.92, 0.87}
+ engine "wimp" {
}
}
-style "menu-item" {
- xthickness = 0
+style "menu-item" = "default" {
+ xthickness = 5
ythickness = 3
- fg[PRELIGHT] = @selected_fg_color
-
- engine "xamarin" {
- roundness = 0
- gradient_shades = {1.02, 0.97, 0.92, 0.87}
+ engine "wimp" {
}
}
@@ -211,7 +198,7 @@ style "combo-box" = "default"
xthickness = 4
ythickness = 4
- engine "xamarin" {
+ engine "wimp" {
arrowstyle = 3
}
}
@@ -333,9 +320,6 @@ widget_class "*.<GtkComboBox>.*" style "combo-box"
widget_class "*.<GtkComboBoxText>.*" style "combo-box"
widget_class "*.<GtkComboBoxEntry>.*" style "combo-box"
widget_class "*.<GtkComboBoxText>.<GtkEntry>" style "entry"
-widget_class "*.<GtkComboBoxText>.<GtkButton>" style "button"
-#widget_class "*.<GtkComboBoxEntry>.GtkEntry" style "entry"
-#widget_class "*.<GtkComboBoxEntry>.<GtkButton>" style "button"
widget_class "*.<GtkComboBox>.*.GtkLabel" style "combo-box-label"
# Comboboxes within toolbars