From 2bd8a386e29e5abdf65164d6dd2fc3213de1f878 Mon Sep 17 00:00:00 2001 From: trilene Date: Wed, 6 Jan 2021 17:15:43 -0500 Subject: Color and icon button spacing fixes --- resources/qml/voip/DeviceError.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/qml/voip/DeviceError.qml') diff --git a/resources/qml/voip/DeviceError.qml b/resources/qml/voip/DeviceError.qml index c88c7faa..a6411b95 100644 --- a/resources/qml/voip/DeviceError.qml +++ b/resources/qml/voip/DeviceError.qml @@ -6,7 +6,7 @@ import im.nheko 1.0 Popup { property string errorString - property var iconSource + property var image modal: true anchors.centerIn: parent @@ -20,7 +20,7 @@ Popup { Image { Layout.preferredWidth: 16 Layout.preferredHeight: 16 - source: iconSource + source: "image://colorimage/" + image + "?" + colors.windowText } Label { -- cgit 1.5.1