From 5851950296a2586ecc581c125e4478cf2831522a Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 12 Nov 2019 15:20:45 +0300 Subject: [PATCH] Allow emoji in discrete slider labels. --- ui/widgets/widgets.style | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/widgets/widgets.style b/ui/widgets/widgets.style index a463c50..04eabf0 100644 --- a/ui/widgets/widgets.style +++ b/ui/widgets/widgets.style @@ -794,7 +794,7 @@ SettingsSlider { barFg: color; barFgActive: color; labelTop: pixels; - labelFont: font; + labelStyle: TextStyle; labelFg: color; labelFgActive: color; duration: int; @@ -812,7 +812,7 @@ defaultSettingsSlider: SettingsSlider { barFg: sliderBgInactive; barFgActive: sliderBgActive; labelTop: 17px; - labelFont: normalFont; + labelStyle: defaultTextStyle; labelFg: windowActiveTextFg; labelFgActive: windowActiveTextFg; duration: 150; @@ -824,7 +824,7 @@ defaultTabsSlider: SettingsSlider(defaultSettingsSlider) { barSkip: 0px; barFg: transparent; labelTop: 19px; - labelFont: semiboldFont; + labelStyle: semiboldTextStyle; labelFg: windowSubTextFg; labelFgActive: lightButtonFg; rippleBottomSkip: 1px;