diff options
Diffstat (limited to 'src/dolphin_detailsmodesettings.kcfg')
| -rw-r--r-- | src/dolphin_detailsmodesettings.kcfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphin_detailsmodesettings.kcfg b/src/dolphin_detailsmodesettings.kcfg index be62e797a..3e0628af4 100644 --- a/src/dolphin_detailsmodesettings.kcfg +++ b/src/dolphin_detailsmodesettings.kcfg @@ -21,9 +21,9 @@ <label context="@label">Italic</label> <default>false</default> </entry> - <entry name="BoldFont" type="Bool"> - <label context="@label">Bold</label> - <default>false</default> + <entry name="FontWeight" type="Int"> + <label context="@label">Font weight</label> + <default>0</default> </entry> <entry name="IconSize" type="Int"> <label context="@label">Icon size</label> |
