From c9235ec9c25565516da04abf083e9c0500de58bc Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 7 Aug 2020 19:38:27 +0400 Subject: [PATCH] Add label to call button. --- ui/widgets/widgets.style | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/widgets/widgets.style b/ui/widgets/widgets.style index b39af53..443b830 100644 --- a/ui/widgets/widgets.style +++ b/ui/widgets/widgets.style @@ -382,6 +382,7 @@ CallButton { angle: double; outerRadius: pixels; outerBg: color; + label: FlatLabel; } Menu {