mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: Explicitly set some widgets layout direction to LTR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24173 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
443cba7507
commit
a398e44680
4 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ void EncTtsCfgGui::setUpWindow()
|
|||
gridLayout->addWidget(label, i, 0);
|
||||
QWidget *widget = createWidgets(m_settingsList.at(i));
|
||||
gridLayout->addWidget(widget, i, 1);
|
||||
widget->setLayoutDirection(Qt::LeftToRight);
|
||||
QWidget *btn = createButton(m_settingsList.at(i));
|
||||
if(btn != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue