From dceeb88444ce966caa1a133d2926d5f7213c87ff Mon Sep 17 00:00:00 2001 From: Monzero Build System Date: Sat, 15 Aug 2026 21:26:40 +0100 Subject: Establish Monzero GUI Phase 0 baseline --- components/TextBlock.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'components/TextBlock.qml') diff --git a/components/TextBlock.qml b/components/TextBlock.qml index 9d1d0cf4..3227d545 100644 --- a/components/TextBlock.qml +++ b/components/TextBlock.qml @@ -1,11 +1,11 @@ import QtQuick 2.9 -import "../components" as MoneroComponents +import "../components" as MonzeroComponents TextEdit { - color: MoneroComponents.Style.defaultFontColor - font.family: MoneroComponents.Style.fontRegular.name - selectionColor: MoneroComponents.Style.textSelectionColor + color: MonzeroComponents.Style.defaultFontColor + font.family: MonzeroComponents.Style.fontRegular.name + selectionColor: MonzeroComponents.Style.textSelectionColor wrapMode: Text.Wrap readOnly: true selectByMouse: true -- cgit v1.2.3