diff options
Diffstat (limited to 'components/RemoteNodeEdit.qml')
| -rw-r--r-- | components/RemoteNodeEdit.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/components/RemoteNodeEdit.qml b/components/RemoteNodeEdit.qml index 1f22956f..82b56899 100644 --- a/components/RemoteNodeEdit.qml +++ b/components/RemoteNodeEdit.qml @@ -31,6 +31,8 @@ import QtQuick.Controls.Styles 1.2 import QtQuick 2.2 import QtQuick.Layouts 1.1 +import "../components" as MoneroComponents + GridLayout { columns: (isMobile) ? 1 : 2 columnSpacing: 32 @@ -42,10 +44,10 @@ GridLayout { // TODO: LEGACY; remove these placeHolder variables when // the wizards get redesigned to the black-theme - property string placeholderFontFamily: Style.fontRegular.name + property string placeholderFontFamily: MoneroComponents.Style.fontRegular.name property bool placeholderFontBold: false property int placeholderFontSize: 18 * scaleRatio - property string placeholderColor: Style.defaultFontColor + property string placeholderColor: MoneroComponents.Style.defaultFontColor property real placeholderOpacity: 0.25 property string lineEditBorderColor: Qt.rgba(0, 0, 0, 0.15) |
