mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
[#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:
parent
5427cbb73a
commit
d91584b700
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue