GNOME Bugzilla – Bug 669961
Location of "Left-handed" and "Right-handed" are switched, logically
Last modified: 2012-08-28 11:06:57 UTC
Reported by kroq-gar78 at https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/885947 On the control panel where the "Mouse and Touchpad" settings are, the "Right-handed" option is on the left side of the "Left-handed" option, which is on the right of the "Right-handed" option. This seems slightly strange in my opinion, as one would think that the left-handed option is on the left side, opposed to where it currently is.
I think the bug is fixed along with: https://bugzilla.gnome.org/show_bug.cgi?id=677206
It's not fixed for Right-To-Left locales. Try: LC_ALL=ar_EG gnome-control-center mouse
Created attachment 222215 [details] [review] switch left/right radios according text direction
Review of attachment 222215 [details] [review]: Use gtk_widget_set_direction() on the box that contains the radio buttons, and it won't swap around in RTL languages.
Created attachment 222230 [details] [review] switch left/right radios according text direction Thanks, I have no idea about gtk_widget_set_direction(). There is weird spacing between radios currently and I don't know how to fix it to be on correct side.
Review of attachment 222230 [details] [review]: Looks good.
(In reply to comment #5) > Created an attachment (id=222230) [details] [review] > switch left/right radios according text direction > > Thanks, I have no idea about gtk_widget_set_direction(). There is weird spacing > between radios currently and I don't know how to fix it to be on correct side. Want to file a separate bug about it? I'm not sure what you're talking about though...
Created attachment 222233 [details] [review] bad radio spacing fix
Review of attachment 222233 [details] [review]: Fine by me.