Added boldness adjustment for fonts (#1057)

* Added boldness adjustment for fonts

* Moved setting and changed description of it
This commit is contained in:
apa420
2019-05-10 22:37:44 +02:00
committed by pajlada
parent c43c1dc207
commit 3ea496a99b
2 changed files with 12 additions and 5 deletions
+3 -4
View File
@@ -46,7 +46,7 @@ public:
"/appearance/messages/collapseMessagesMinLines", 0};
BoolSetting alternateMessages = {
"/appearance/messages/alternateMessageBackground", false};
IntSetting boldScale = {"/appearance/boldScale", 57};
FloatSetting boldScale = {"/appearance/boldScale", 50};
BoolSetting showTabCloseButton = {"/appearance/showTabCloseButton", true};
BoolSetting showTabLive = {"/appearance/showTabLiveButton", false};
BoolSetting hidePreferencesButton = {"/appearance/hidePreferencesButton",
@@ -173,9 +173,8 @@ public:
"qrc:/sounds/ping3.wav"};
BoolSetting notificationToast = {"/notifications/enableToast", false};
IntSetting openFromToast = {
"/notifications/openFromToast",
static_cast<int>(ToastReaction::OpenInBrowser)};
IntSetting openFromToast = {"/notifications/openFromToast",
static_cast<int>(ToastReaction::OpenInBrowser)};
/// External tools
// Streamlink