diff options
Diffstat (limited to 'components/TextBlock.qml')
| -rw-r--r-- | components/TextBlock.qml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
