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:
authorVsevolod Kukol <sevoku@xamarin.com>2015-12-15 16:40:45 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2015-12-15 16:40:45 +0300
commita8440366b98622eb7b6a23f1557475976fd5998d (patch)
tree00f3ec5451a8a8d437d129dc7dd97e5363ba8f5d /main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
parent344286c45abb331f37898a201825a3808aee0520 (diff)
[Ide][Win] Fix ComboBoxEntry button alignment
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.win32-dark')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.win32-dark9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark b/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
index 4a10df466c..54a776e933 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
@@ -284,9 +284,6 @@ style "combo-box-entry" = "entry"
style "combo-box-entry-button" = "combo-box-button"
{
- xthickness = 4
- ythickness = 4
- GtkButton::inner-border = { 0, 0, 0, 0 }
}
style "notebook" = "default"
@@ -422,6 +419,7 @@ class "GtkNotebook" style "notebook"
class "GtkButton" style "button"
class "GtkToggleButton" style "toggle-button"
class "GtkComboBox" style "combo-box"
+class "GtkComboBoxEntry" style "combo-box-entry"
class "GtkRadioButton" style "radio-check-box"
class "GtkCheckButton" style "radio-check-box"
@@ -452,10 +450,9 @@ widget_class "*<GtkIconView>" style "icon-view"
widget_class "*<GtkComboBox>*" style "combo-box"
widget_class "*.<GtkComboBox>*<GtkButton>*" style "combo-box-button"
-class "<GtkComboBoxEntry>" style "combo-box-entry"
-widget_class "*.<GtkComboBoxText>*<GtkEntry>" style "combo-box-entry"
+widget_class "*<GtkComboBoxText>*" style "combo-box-entry"
widget_class "*.<GtkComboBoxText>*<GtkButton>*" style "combo-box-entry-button"
-widget_class "*.<GtkComboBoxEntry>*<GtkEntry>" style "combo-box-entry"
+widget_class "*<GtkComboBoxEntry>*" style "combo-box-entry"
widget_class "*.<GtkComboBoxEntry>*<GtkButton>*" style "combo-box-entry-button"
# Comboboxes within toolbars