Opened 7 years ago
Last modified 6 years ago
#3012 new bug
Consistent button position on Windows
Reported by: | Cas | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 2.x |
Component: | GTK UI | Version: | 1.3.14 |
Keywords: | Cc: |
Description
From forum: http://forum.deluge-torrent.org/viewtopic.php?f=12&t=50249
Wowik wrote:
In dialog "Add torrent - Options - Download location - Other ..." we have Open and then Cancel button.
Yeah that is because the File chooser is a builtin gtk dialog.
The simplest option to keep consistency across the application is to change gtk-alternative-button-order from 1 to 0 in C:\Program Files\Deluge\gtkrc
I will look at updating all the dialog box button code to support gtk-alternative-button-order in develop code.
Change History (2)
comment:1 Changed 7 years ago by Cas
- Milestone changed from 1.3.15 to 2.0
comment:2 Changed 6 years ago by Cas
- Milestone changed from 2.0 to 2.x
Note: See
TracTickets for help on using
tickets.
Workaround applied to 1.3-stable: [d91584b700]