Page 1 of 1

Incorrect location of the OK and Cancel buttons in d

Posted: Sat Mar 07, 2015 6:48 pm
by diagonal
Incorrect location of the OK and Cancel buttons in dialogs for Windows.
In the dialogs for Windows is assumed that the left is OK, and on the right is Cancel.
Is there anything in the settings to install with the correct location of the buttons for Windows Users?

Re: Incorrect location of the OK and Cancel buttons in d

Posted: Tue Mar 28, 2017 1:33 am
by Wowik
Yes, it is usual for windows user to have Ok on the left from Cancel button.
But I want to add that this order is also messed.
In dialog "Add torrent - Options - Download location - Other ..." we have Open and then Cancel button.

Re: Incorrect location of the OK and Cancel buttons in d

Posted: Tue Mar 28, 2017 10:19 am
by Cas
The button order is determined by the UI design for Linux (same on macOS).
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 (for me) and to keep consistency across the application 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: http://dev.deluge-torrent.org/ticket/3012