From 2e4cf7adcbcb0335ba251e014e2b8eb7c1e1468d Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 30 Sep 2021 23:37:32 +0200 Subject: [ui] size tweaks and new assets plus work on the systray menu --- gui/components/MaterialButton.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/components/MaterialButton.qml') diff --git a/gui/components/MaterialButton.qml b/gui/components/MaterialButton.qml index 7fe04d9..7d4ff47 100644 --- a/gui/components/MaterialButton.qml +++ b/gui/components/MaterialButton.qml @@ -30,6 +30,7 @@ T.Button { || control.hovered ? 2 : 0 : control.down ? 8 : 2 Material.background: flat ? "transparent" : undefined + contentItem: IconLabel { spacing: control.spacing mirrored: control.mirrored -- cgit v1.2.3