summary refs log tree commit diff
path: root/resources/qml/voip/DeviceError.qml
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2021-01-06 17:15:43 -0500
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-07 14:04:54 +0100
commit2bd8a386e29e5abdf65164d6dd2fc3213de1f878 (patch)
tree30bd72842ea5c7a8125fb38dfab066f146af4192 /resources/qml/voip/DeviceError.qml
parentFix call answered on another device (diff)
downloadnheko-2bd8a386e29e5abdf65164d6dd2fc3213de1f878.tar.xz
Color and icon button spacing fixes
Diffstat (limited to 'resources/qml/voip/DeviceError.qml')
-rw-r--r--resources/qml/voip/DeviceError.qml4
1 files changed, 2 insertions, 2 deletions
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 {