diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-24 07:59:41 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-24 07:59:41 +0000 |
| commit | 1ae6ee263b9ef6f356760002f3f02197927a963b (patch) | |
| tree | c9fec66fd676f421e22554f0b51a3a4a2f9ffab8 /utils/themeeditor/gui/editorwindow.ui | |
| parent | 103eabd31fb4a5b21e183a7a081ad204720e0eb0 (diff) | |
| download | rockbox-1ae6ee263b9ef6f356760002f3f02197927a963b.zip rockbox-1ae6ee263b9ef6f356760002f3f02197927a963b.tar.gz rockbox-1ae6ee263b9ef6f356760002f3f02197927a963b.tar.bz2 rockbox-1ae6ee263b9ef6f356760002f3f02197927a963b.tar.xz | |
Theme Editor: Fixed some resource alias issues, implemented device configuration panel that loads options from a text file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27102 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index a7d804b..2f84d38 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -15,7 +15,7 @@ </property> <property name="windowIcon"> <iconset resource="../resources.qrc"> - <normaloff>:/resources/resources/windowicon.png</normaloff>:/resources/resources/windowicon.png</iconset> + <normaloff>:/resources/windowicon.png</normaloff>:/resources/windowicon.png</iconset> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> @@ -299,6 +299,9 @@ <property name="text"> <string>&Device Configuration</string> </property> + <property name="shortcut"> + <string>Ctrl+D</string> + </property> </action> </widget> <tabstops> |