diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-05 19:02:40 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-05 19:02:40 +0000 |
| commit | 71b561e3dfb07edf3ccaee7f119167d6ec681a50 (patch) | |
| tree | eb36b33f08c658388a0e9dccd95a0a201ea992d5 /utils/themeeditor/gui | |
| parent | db1b823ac3ea524d80a83876c9c99593d29f3817 (diff) | |
| download | rockbox-71b561e3dfb07edf3ccaee7f119167d6ec681a50.zip rockbox-71b561e3dfb07edf3ccaee7f119167d6ec681a50.tar.gz rockbox-71b561e3dfb07edf3ccaee7f119167d6ec681a50.tar.bz2 rockbox-71b561e3dfb07edf3ccaee7f119167d6ec681a50.tar.xz | |
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
Diffstat (limited to 'utils/themeeditor/gui')
| -rw-r--r-- | utils/themeeditor/gui/devicestate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/devicestate.cpp b/utils/themeeditor/gui/devicestate.cpp index fda2bdd..d87cd70 100644 --- a/utils/themeeditor/gui/devicestate.cpp +++ b/utils/themeeditor/gui/devicestate.cpp @@ -46,7 +46,6 @@ DeviceState::DeviceState(QWidget *parent) : /* Loading the tabs */ QScrollArea* currentArea = 0; - QHBoxLayout* subLayout; QWidget* panel; QFile fin(":/resources/deviceoptions"); |