summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/preferencesdialog.ui
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-06 20:23:27 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-06 20:23:27 +0000
commiteccc2bd009e967e45d38a573080d13a1339eb0a6 (patch)
tree810341f795f88ab63147d3ed545c1eb812347ebc /utils/themeeditor/gui/preferencesdialog.ui
parent120f3e1c10c36fd5d174741d0da81ba84fc79ae3 (diff)
downloadrockbox-eccc2bd009e967e45d38a573080d13a1339eb0a6.tar.gz
rockbox-eccc2bd009e967e45d38a573080d13a1339eb0a6.zip
Theme Editor: Added font directory option in preferences dialog, renderer will now search that directory for fonts if they're not found in the project directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27322 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/preferencesdialog.ui')
-rw-r--r--utils/themeeditor/gui/preferencesdialog.ui34
1 files changed, 31 insertions, 3 deletions
diff --git a/utils/themeeditor/gui/preferencesdialog.ui b/utils/themeeditor/gui/preferencesdialog.ui
index 7dddcf9057..15e1743138 100644
--- a/utils/themeeditor/gui/preferencesdialog.ui
+++ b/utils/themeeditor/gui/preferencesdialog.ui
@@ -23,9 +23,6 @@
23 <property name="tabPosition"> 23 <property name="tabPosition">
24 <enum>QTabWidget::North</enum> 24 <enum>QTabWidget::North</enum>
25 </property> 25 </property>
26 <property name="currentIndex">
27 <number>0</number>
28 </property>
29 <widget class="QWidget" name="tab_2"> 26 <widget class="QWidget" name="tab_2">
30 <attribute name="title"> 27 <attribute name="title">
31 <string>Editor</string> 28 <string>Editor</string>
@@ -258,6 +255,37 @@
258 </item> 255 </item>
259 </layout> 256 </layout>
260 </widget> 257 </widget>
258 <widget class="QWidget" name="tab">
259 <attribute name="title">
260 <string>Fonts</string>
261 </attribute>
262 <layout class="QVBoxLayout" name="verticalLayout_4">
263 <item>
264 <layout class="QHBoxLayout" name="horizontalLayout_10">
265 <item>
266 <widget class="QLabel" name="label_10">
267 <property name="text">
268 <string>Font Path</string>
269 </property>
270 <property name="buddy">
271 <cstring>fontBox</cstring>
272 </property>
273 </widget>
274 </item>
275 <item>
276 <widget class="QLineEdit" name="fontBox"/>
277 </item>
278 <item>
279 <widget class="QPushButton" name="fontBrowseButton">
280 <property name="text">
281 <string>Browse...</string>
282 </property>
283 </widget>
284 </item>
285 </layout>
286 </item>
287 </layout>
288 </widget>
261 </widget> 289 </widget>
262 </item> 290 </item>
263 <item> 291 <item>