1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Fixed bug that caused WPS skins without SBS parents not to render their backdrops correctly. Added support for RTL-dependant text alignment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27295 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-07-05 19:02:40 +00:00
parent db1b823ac3
commit 71b561e3df
3 changed files with 22 additions and 2 deletions

View file

@ -46,7 +46,6 @@ DeviceState::DeviceState(QWidget *parent) :
/* Loading the tabs */
QScrollArea* currentArea = 0;
QHBoxLayout* subLayout;
QWidget* panel;
QFile fin(":/resources/deviceoptions");