diff options
Diffstat (limited to 'components/AdvancedOptionsItem.qml')
| -rw-r--r-- | components/AdvancedOptionsItem.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/AdvancedOptionsItem.qml b/components/AdvancedOptionsItem.qml index d43944e8..4fc8ea26 100644 --- a/components/AdvancedOptionsItem.qml +++ b/components/AdvancedOptionsItem.qml @@ -1,7 +1,7 @@ import QtQuick 2.9 import QtQuick.Layouts 1.1 -import "../components" as MoneroComponents +import "../components" as MonzeroComponents RowLayout { id: advancedOptionsItem @@ -19,7 +19,7 @@ RowLayout { Layout.maximumWidth: 195 Layout.leftMargin: 10 - MoneroComponents.Label { + MonzeroComponents.Label { id: title fontSize: 14 tooltipIconVisible: true |
