Consistent "cancel/close" button position on the left.
authorRobin Gareus <robin@gareus.org>
Mon, 12 Jun 2017 10:48:53 +0000 (12:48 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 12 Jun 2017 15:20:41 +0000 (17:20 +0200)
"Add and Close" is an odd one out and this button should really be
removed for consistency. Still it allows for a 2-click or
2-keyboard-shortcut very common action.

gtk2_ardour/add_route_dialog.cc

index c8ad0a7d09de5b1261e95ae6d16d1be8ba231f5a..7381485cde376b9eee161ab07d222a17252569d4 100644 (file)
@@ -194,8 +194,8 @@ AddRouteDialog::AddRouteDialog ()
           this dialog is shown, via ::on_show()
        */
 
-       add_button (_("Add"), Add);
        add_button (_("Add and Close"), AddAndClose);
+       add_button (_("Add"), Add);
        set_response_sensitive (AddAndClose, true);
        set_default_response (AddAndClose);