diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-15 06:54:58 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-15 06:54:58 +0000 |
| commit | 2e320f66f4f3c831dcfd232b33da0e6ab6dd7dd0 (patch) | |
| tree | a6ef8001d797213e9dd81cd41c48f5065c33f3f0 /utils/themeeditor/editorwindow.ui | |
| parent | 1d4dc9b3b0f094a70463395138fc920e5107eabc (diff) | |
| download | rockbox-2e320f66f4f3c831dcfd232b33da0e6ab6dd7dd0.zip rockbox-2e320f66f4f3c831dcfd232b33da0e6ab6dd7dd0.tar.gz rockbox-2e320f66f4f3c831dcfd232b33da0e6ab6dd7dd0.tar.bz2 rockbox-2e320f66f4f3c831dcfd232b33da0e6ab6dd7dd0.tar.xz | |
Theme Editor: Changed color to colour in preferences. Made parse tree viewer alternate line colors and auto-scroll/expand with cursor in editor window. Implemented TabContent abstract class so that more than just skin documents can be loaded in tabs. Made SkinDocument implement TabContent. Began implementing ConfigDocument for editing configuration files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26851 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/editorwindow.ui | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/themeeditor/editorwindow.ui b/utils/themeeditor/editorwindow.ui index 61b5f22..06c7d42 100644 --- a/utils/themeeditor/editorwindow.ui +++ b/utils/themeeditor/editorwindow.ui @@ -40,7 +40,7 @@ <x>0</x> <y>0</y> <width>628</width> - <height>27</height> + <height>25</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -126,7 +126,11 @@ <widget class="QWidget" name="dockWidgetContents_3"> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QTreeView" name="parseTree"/> + <widget class="QTreeView" name="parseTree"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + </widget> </item> <item> <widget class="QPushButton" name="fromTree"> |