Incorrect location of the OK and Cancel buttons in d

Specific support for Deluge on Microsoft Windows OS
Post Reply
diagonal

Incorrect location of the OK and Cancel buttons in d

Post 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?
Wowik

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

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

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

Post 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
Post Reply