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 /wizard/WizardHeader.qml | |
| parent | 81f33c7e00bf183823909a02e6d96ce11e41adce (diff) | |
| download | monzero-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 'wizard/WizardHeader.qml')
| -rw-r--r-- | wizard/WizardHeader.qml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/wizard/WizardHeader.qml b/wizard/WizardHeader.qml index 3febfa49..52b967cc 100644 --- a/wizard/WizardHeader.qml +++ b/wizard/WizardHeader.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2024, The Monero Project +// Copyright (c) 2014-2024, The Monzero Project // // All rights reserved. // @@ -28,7 +28,7 @@ import "../js/Wizard.js" as Wizard import "../components" -import "../components" as MoneroComponents +import "../components" as MonzeroComponents import QtQuick 2.9 import QtQuick.Layouts 1.2 @@ -56,9 +56,9 @@ ColumnLayout { Text { text: title - font.family: MoneroComponents.Style.fontRegular.name - color: MoneroComponents.Style.defaultFontColor - opacity: MoneroComponents.Style.blackTheme ? 1.0 : 0.8 + font.family: MonzeroComponents.Style.fontRegular.name + color: MonzeroComponents.Style.defaultFontColor + opacity: MonzeroComponents.Style.blackTheme ? 1.0 : 0.8 font.pixelSize: { if (wizardController.layoutScale == 4) { return 16; @@ -76,7 +76,7 @@ ColumnLayout { Rectangle { anchors.fill: parent - color: parent.parent.parent.focus ? MoneroComponents.Style.titleBarButtonHoverColor : "transparent" + color: parent.parent.parent.focus ? MonzeroComponents.Style.titleBarButtonHoverColor : "transparent" } } } @@ -86,10 +86,10 @@ ColumnLayout { Layout.alignment: Qt.AlignLeft visible: parent.subtitle !== "" && subtitleVisible - color: MoneroComponents.Style.dimmedFontColor + color: MonzeroComponents.Style.dimmedFontColor text: subtitle - font.family: MoneroComponents.Style.fontRegular.name + font.family: MonzeroComponents.Style.fontRegular.name font.pixelSize: { if (wizardController.layoutScale <= 2 ) { return 16; @@ -104,7 +104,7 @@ ColumnLayout { Rectangle { anchors.fill: parent - color: parent.parent.focus ? MoneroComponents.Style.titleBarButtonHoverColor : "transparent" + color: parent.parent.focus ? MonzeroComponents.Style.titleBarButtonHoverColor : "transparent" } } } |
