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/ContextMenuItem.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/ContextMenuItem.qml')
| -rw-r--r-- | components/ContextMenuItem.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/ContextMenuItem.qml b/components/ContextMenuItem.qml index c4e0f395..64279b92 100644 --- a/components/ContextMenuItem.qml +++ b/components/ContextMenuItem.qml @@ -3,7 +3,7 @@ import QtQuick.Controls 2.2 import QtQuick.Layouts 1.1 import FontAwesome 1.0 -import "../components" as MoneroComponents +import "../components" as MonzeroComponents MenuItem { id: menuItem @@ -12,7 +12,7 @@ MenuItem { property alias glyphIcon: glyphIcon.text background: Rectangle { - color: MoneroComponents.Style.buttonBackgroundColorDisabledHover + color: MonzeroComponents.Style.buttonBackgroundColorDisabledHover opacity: 0 MouseArea { @@ -45,15 +45,15 @@ MenuItem { Text { id: glyphIcon - color: MoneroComponents.Style.buttonTextColor + color: MonzeroComponents.Style.buttonTextColor font.family: glyphIconSolid ? FontAwesome.fontFamilySolid : FontAwesome.fontFamily font.pixelSize: 14 font.styleName: glyphIconSolid ? "Solid" : "Regular" } Text { - color: MoneroComponents.Style.blackTheme ? MoneroComponents.Style.buttonTextColor : MoneroComponents.Style.defaultFontColor - font.family: MoneroComponents.Style.fontRegular.name + color: MonzeroComponents.Style.blackTheme ? MonzeroComponents.Style.buttonTextColor : MonzeroComponents.Style.defaultFontColor + font.family: MonzeroComponents.Style.fontRegular.name font.pixelSize: 14 Layout.fillWidth: true text: menuItem.text |
