aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
committerMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
commitdceeb88444ce966caa1a133d2926d5f7213c87ff (patch)
treed74c9c7d7e43c2a0d39d656c690c63050cff7f53 /MiddlePanel.qml
parent81f33c7e00bf183823909a02e6d96ce11e41adce (diff)
downloadmonzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.tar.gz
monzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.tar.xz
monzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.zip
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
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
}
}