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, ...@@ -640,8 +640,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
fontColor ); fontColor );
CONFIG_GENERIC( "freetype-rel-fontsize", IntegerList, CONFIG_GENERIC( "freetype-rel-fontsize", IntegerList,
ui.fontSizeLabel, fontSize ); ui.fontSizeLabel, fontSize );
CONFIG_GENERIC( "freetype-effect", IntegerList, ui.fontEffectLabel, CONFIG_GENERIC( "freetype-outline-thickness", IntegerList,
effect ); ui.fontEffectLabel, effect );
CONFIG_GENERIC_NO_BOOL( "sub-margin", Integer, ui.subsPosLabel, subsPosition ); CONFIG_GENERIC_NO_BOOL( "sub-margin", Integer, ui.subsPosLabel, subsPosition );
END_SPREFS_CAT; END_SPREFS_CAT;
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Effect</string> <string>Outline thickness</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>effect</cstring> <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