Commit 8dec3520 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt, sprefs: expose outline thickness

parent c35da63e
......@@ -640,8 +640,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
fontColor );
CONFIG_GENERIC( "freetype-rel-fontsize", IntegerList,
ui.fontSizeLabel, fontSize );
CONFIG_GENERIC( "freetype-effect", IntegerList, ui.fontEffectLabel,
effect );
CONFIG_GENERIC( "freetype-outline-thickness", IntegerList,
ui.fontEffectLabel, effect );
CONFIG_GENERIC_NO_BOOL( "sub-margin", Integer, ui.subsPosLabel, subsPosition );
END_SPREFS_CAT;
......
......@@ -145,7 +145,7 @@
</size>
</property>
<property name="text">
<string>Effect</string>
<string>Outline thickness</string>
</property>
<property name="buddy">
<cstring>effect</cstring>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment