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/Tooltip.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/Tooltip.qml')
| -rw-r--r-- | components/Tooltip.qml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/components/Tooltip.qml b/components/Tooltip.qml index 8903cb53..61575067 100644 --- a/components/Tooltip.qml +++ b/components/Tooltip.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, The Monero Project +// Copyright (c) 2021-2024, The Monzero Project // // All rights reserved. // @@ -31,7 +31,7 @@ import QtQuick.Controls 2.2 import QtQuick.Layouts 1.1 import FontAwesome 1.0 -import "." as MoneroComponents +import "." as MonzeroComponents Rectangle { property alias text: tooltip.text @@ -48,7 +48,7 @@ Rectangle { Text { id: icon visible: tooltipIconVisible - color: MoneroComponents.Style.defaultFontColor + color: MonzeroComponents.Style.defaultFontColor font.family: FontAwesome.fontFamily font.pixelSize: 10 font.styleName: "Regular" @@ -72,9 +72,9 @@ Rectangle { height: tooltip.height + 20 background: Rectangle { - border.color: MoneroComponents.Style.buttonInlineBackgroundColor + border.color: MonzeroComponents.Style.buttonInlineBackgroundColor border.width: 1 - color: MoneroComponents.Style.titleBarBackgroundGradientStart + color: MonzeroComponents.Style.titleBarBackgroundGradientStart radius: 4 } closePolicy: Popup.NoAutoClose @@ -101,8 +101,8 @@ Rectangle { id: tooltip width: contentWidth Layout.maximumWidth: 370 - color: MoneroComponents.Style.defaultFontColor - font.family: MoneroComponents.Style.fontRegular.name + color: MonzeroComponents.Style.defaultFontColor + font.family: MonzeroComponents.Style.fontRegular.name font.pixelSize: 12 textFormat: Text.RichText wrapMode: Text.WordWrap |
