[#3012] [GTKUI] Consistent button position on Windows

* The deluge custom gtkui dialog buttons are not currently setup to
   use the Windows-style button ordering so disable this option.
This commit is contained in:
Calum Lind 2017-05-03 15:26:53 +01:00
commit d91584b700

View file

@ -1,11 +1,13 @@
gtk-theme-name = "DelugeStart" gtk-theme-name = "DelugeStart"
gtk-icon-theme-name = "Tango" gtk-icon-theme-name = "Tango"
gtk-fallback-icon-theme = "hicolor" gtk-fallback-icon-theme = "hicolor"
gtk-alternative-button-order = 1 # Keep consistent button order (#3012)
gtk-alternative-button-order = 0
gtk-alternative-sort-arrows = 1 gtk-alternative-sort-arrows = 1
gtk-auto-mnemonics = 1 gtk-auto-mnemonics = 1
gtk-show-input-method-menu = 0 gtk-show-input-method-menu = 0
gtk-show-unicode-menu = 0 gtk-show-unicode-menu = 0
gtk-error-bell = 0
#gtk-toolbar-icon-size = small-toolbar #gtk-toolbar-icon-size = small-toolbar
gtk-button-images = 0 gtk-button-images = 0
@ -22,4 +24,4 @@ style "user-font"
{ {
font_name="9" font_name="9"
} }
widget_class "*" style "user-font" widget_class "*" style "user-font"