From e638ed0272ca042f3ad77b680665a91ed8a35cce Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 31 Mar 2018 03:25:20 +0200 Subject: Explicitly import MoneroComponents; prevent namespace pollution --- components/InputDialog.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'components/InputDialog.qml') diff --git a/components/InputDialog.qml b/components/InputDialog.qml index 37354b35..5119c9fc 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -81,9 +81,9 @@ Item { Layout.fillWidth: true font.pixelSize: 16 * scaleRatio - font.family: Style.fontLight.name + font.family: MoneroComponents.Style.fontLight.name - color: Style.defaultFontColor + color: MoneroComponents.Style.defaultFontColor } TextField { @@ -94,13 +94,13 @@ Item { anchors.left: parent.left horizontalAlignment: TextInput.AlignLeft verticalAlignment: TextInput.AlignVCenter - font.family: Style.fontLight.name + font.family: MoneroComponents.Style.fontLight.name font.pixelSize: 24 * scaleRatio KeyNavigation.tab: okButton bottomPadding: 10 leftPadding: 10 topPadding: 10 - color: Style.defaultFontColor + color: MoneroComponents.Style.defaultFontColor background: Rectangle { radius: 2 -- cgit v1.2.3