diff options
| author | Peter Penz <[email protected]> | 2007-03-13 19:46:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-13 19:46:49 +0000 |
| commit | 27b9f6aa12bcc2f49cac72850ccbdc3990d0b844 (patch) | |
| tree | 28d0fdc82c477cb9b6fd91563872079cf1bdab15 /src/dolphin_iconsmodesettings.kcfg | |
| parent | 507984415a2953000ef1edb77c9dbc3364846b13 (diff) | |
Use KFontRequester for dialogs as suggested by Ellen at http://wiki.openusability.org/guidelines/index.php/Practical_Examples:Configuration_Dialogs. TODO: get rid of Qt3 classes in these dialogs and use a more sensible spacing/margin
svn path=/trunk/KDE/kdebase/apps/; revision=642269
Diffstat (limited to 'src/dolphin_iconsmodesettings.kcfg')
| -rw-r--r-- | src/dolphin_iconsmodesettings.kcfg | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/dolphin_iconsmodesettings.kcfg b/src/dolphin_iconsmodesettings.kcfg index a9c43726f..b146d4eff 100644 --- a/src/dolphin_iconsmodesettings.kcfg +++ b/src/dolphin_iconsmodesettings.kcfg @@ -18,7 +18,15 @@ <label>Font size</label> <default code="true">KGlobalSettings::generalFont().pointSize()</default> </entry> - <entry name="GridHeight" type="Int"> + <entry name="ItalicFont" type="Bool"> + <label>Italic</label> + <default>false</default> + </entry> + <entry name="BoldFont" type="Bool"> + <label>Bold</label> + <default>false</default> + </entry> + <entry name="GridHeight" type="Int"> <label>Grid height</label> <default code="true">96</default> </entry> |
