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>2016-01-07 18:36:29 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2016-01-07 18:36:58 +0300
commit92f27818183b642e57ecb6edec5b2575a9a8f640 (patch)
treeee00eba531057aacfcb140dbfa3c187a23d710bf /main/src/core/MonoDevelop.Ide/gtkrc.mac
parentc0079045f36690f465cff38a28557577c9b7d9af (diff)
[Ide][Mac] Fix Property pad toolbar button design
The buttons are grouped Gtk.RadioButton widgets without indicators, styled using the quartz engine by default. This change forces Gtk to use the murrine engine, since the quartz engine has no support for option buttons without indicators.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.mac')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.mac3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.mac b/main/src/core/MonoDevelop.Ide/gtkrc.mac
index 6277c30cae..f836824a07 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.mac
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.mac
@@ -499,5 +499,8 @@ binding "gtk-mac-expand-collapse-cursor-row"
class "GtkTreeView" binding "gtk-mac-expand-collapse-cursor-row"
+# HACK: PropertyGrid toolbar option buttons must have murrine style
+widget "*MonoDevelop.PropertyGridToolbar.GtkRadioButton" style "toggle-button"
+
# BooleanEditorCell must always have murrine style
widget_class "*BooleanEditor*" style "propertygrid-radio-or-check-box" \ No newline at end of file