This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10748 - rbutil: Explicitly override GUI layout direction setting for some widgets
Attached to Project:
Rockbox
Opened by Tomer Shalev (tomers) - Saturday, 31 October 2009, 13:32 GMT+2
Last edited by Tomer Shalev (tomers) - Saturday, 31 October 2009, 18:16 GMT+2
Opened by Tomer Shalev (tomers) - Saturday, 31 October 2009, 13:32 GMT+2
Last edited by Tomer Shalev (tomers) - Saturday, 31 October 2009, 18:16 GMT+2
|
DetailsThis patch overrides layout direction settings of about and System Trace text browser widgets to Qt::LeftToRight.
This is done since both these browsers display latin text, and it doesn't look good when it is aligned to the right, as is the case if the utility language is set to Hebrew. |
This task depends upon
Closed by Tomer Shalev (tomers)
Saturday, 31 October 2009, 18:16 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r23441
Saturday, 31 October 2009, 18:16 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r23441
As a quick workaround this patch obviously doesn't do any harm so isn't problematic.
So i think we have todo this Layoutdirection thing your self. (You can also see many Qt apps on the web which does this).