summaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml32
1 files changed, 16 insertions, 16 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index cd703a16..10aa850e 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -38,8 +38,8 @@ import moneroComponents.Wallet 1.0
import "./pages"
import "./pages/settings"
import "./pages/merchant"
-import "./components" as MoneroComponents
-import "./components/effects/" as MoneroEffects
+import "./components" as MonzeroComponents
+import "./components/effects/" as MonzeroEffects
Rectangle {
id: root
@@ -72,20 +72,20 @@ Rectangle {
Rectangle {
// grey background on merchantView
visible: currentView === merchantView
- color: MoneroComponents.Style.moneroGrey
+ color: MonzeroComponents.Style.moneroGrey
anchors.fill: parent
}
- MoneroEffects.GradientBackground {
+ MonzeroEffects.GradientBackground {
visible: currentView !== merchantView
anchors.fill: parent
- fallBackColor: MoneroComponents.Style.middlePanelBackgroundColor
- initialStartColor: MoneroComponents.Style.middlePanelBackgroundGradientStart
- initialStopColor: MoneroComponents.Style.middlePanelBackgroundGradientStop
- blackColorStart: MoneroComponents.Style._b_middlePanelBackgroundGradientStart
- blackColorStop: MoneroComponents.Style._b_middlePanelBackgroundGradientStop
- whiteColorStart: MoneroComponents.Style._w_middlePanelBackgroundGradientStart
- whiteColorStop: MoneroComponents.Style._w_middlePanelBackgroundGradientStop
+ fallBackColor: MonzeroComponents.Style.middlePanelBackgroundColor
+ initialStartColor: MonzeroComponents.Style.middlePanelBackgroundGradientStart
+ initialStopColor: MonzeroComponents.Style.middlePanelBackgroundGradientStop
+ blackColorStart: MonzeroComponents.Style._b_middlePanelBackgroundGradientStart
+ blackColorStop: MonzeroComponents.Style._b_middlePanelBackgroundGradientStop
+ whiteColorStart: MonzeroComponents.Style._w_middlePanelBackgroundGradientStart
+ whiteColorStop: MonzeroComponents.Style._w_middlePanelBackgroundGradientStop
start: Qt.point(0, 0)
end: Qt.point(height, width)
}
@@ -237,12 +237,12 @@ Rectangle {
anchors.bottom: parent.bottom
anchors.left: parent.left
width: 1
- color: MoneroComponents.Style.appWindowBorderColor
+ color: MonzeroComponents.Style.appWindowBorderColor
- MoneroEffects.ColorTransition {
+ MonzeroEffects.ColorTransition {
targetObj: parent
- blackColor: MoneroComponents.Style._b_appWindowBorderColor
- whiteColor: MoneroComponents.Style._w_appWindowBorderColor
+ blackColor: MonzeroComponents.Style._b_appWindowBorderColor
+ whiteColor: MonzeroComponents.Style._w_appWindowBorderColor
}
}