diff options
| author | Monzero Build System <builds@monzero.org> | 2026-08-15 21:26:40 +0100 |
|---|---|---|
| committer | Monzero Build System <builds@monzero.org> | 2026-08-15 21:26:40 +0100 |
| commit | dceeb88444ce966caa1a133d2926d5f7213c87ff (patch) | |
| tree | d74c9c7d7e43c2a0d39d656c690c63050cff7f53 /components/effects/GradientBackground.qml | |
| parent | 81f33c7e00bf183823909a02e6d96ce11e41adce (diff) | |
| download | monzero-gui-phase0-20260815.tar.gz monzero-gui-phase0-20260815.tar.xz monzero-gui-phase0-20260815.zip | |
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
Diffstat (limited to 'components/effects/GradientBackground.qml')
| -rw-r--r-- | components/effects/GradientBackground.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/effects/GradientBackground.qml b/components/effects/GradientBackground.qml index 608ce815..21bafdc5 100644 --- a/components/effects/GradientBackground.qml +++ b/components/effects/GradientBackground.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2024, The Monero Project +// Copyright (c) 2014-2024, The Monzero Project // // All rights reserved. // @@ -29,7 +29,7 @@ import QtQuick 2.9 import QtGraphicalEffects 1.0 -import "../" as MoneroComponents +import "../" as MonzeroComponents Item { id: root @@ -76,7 +76,7 @@ Item { states: [ State { name: "black"; - when: isOpenGL && MoneroComponents.Style.blackTheme + when: isOpenGL && MonzeroComponents.Style.blackTheme PropertyChanges { target: gradientStart color: root.blackColorStart @@ -87,7 +87,7 @@ Item { } }, State { name: "white"; - when: isOpenGL && !MoneroComponents.Style.blackTheme + when: isOpenGL && !MonzeroComponents.Style.blackTheme PropertyChanges { target: gradientStart color: root.whiteColorStart |
