added functionality of 'boldness-slider' #647 (#650)

This commit is contained in:
apa420
2018-08-06 16:41:27 +02:00
committed by fourtf
parent 82460557cb
commit c6cfb548f5
4 changed files with 60 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ public:
BoolSetting alternateMessageBackground = {"/appearance/messages/alternateMessageBackground",
false};
IntSetting uiScale = {"/appearance/uiScale", 0};
IntSetting boldScale = {"/appearance/boldScale", 57};
BoolSetting windowTopMost = {"/appearance/windowAlwaysOnTop", false};
BoolSetting showTabCloseButton = {"/appearance/showTabCloseButton", true};
BoolSetting hidePreferencesButton = {"/appearance/hidePreferencesButton", false};