From 67bb1e2b8d599d79f6e673b8ab9200d2a27704f7 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Sat, 2 Feb 2019 17:27:13 -0800 Subject: [PATCH] Trivial Change --- qml/styles/CwtchExpandingButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/styles/CwtchExpandingButton.qml b/qml/styles/CwtchExpandingButton.qml index af6dd66..cd19d25 100644 --- a/qml/styles/CwtchExpandingButton.qml +++ b/qml/styles/CwtchExpandingButton.qml @@ -8,6 +8,7 @@ ButtonStyle { color: windowItem.cwtch_dark_color border.color: windowItem.cwtch_color } + label: Text { renderType: Text.NativeRendering verticalAlignment: Text.AlignVCenter