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_detailsmodesettings.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_detailsmodesettings.kcfg')
| -rw-r--r-- | src/dolphin_detailsmodesettings.kcfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphin_detailsmodesettings.kcfg b/src/dolphin_detailsmodesettings.kcfg index ce4a53325..ceaf2136f 100644 --- a/src/dolphin_detailsmodesettings.kcfg +++ b/src/dolphin_detailsmodesettings.kcfg @@ -13,6 +13,14 @@ <label>Font size</label> <default code="true">KGlobalSettings::generalFont().pointSize()</default> </entry> + <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="IconSize" type="Int"> <label>Icon size</label> <default code="true">K3Icon::SizeSmall</default> |
