aboutsummaryrefslogtreecommitdiff
path: root/components/TextPlain.qml
diff options
context:
space:
mode:
authordsc <xmrdsc@protonmail.com>2019-04-25 21:09:23 +0200
committerdsc <xmrdsc@protonmail.com>2019-04-25 21:09:23 +0200
commit62285b01dc77ef14e4b5b9cc291e34162321ad89 (patch)
tree5ced9d312817ca03be17c242d1e2bd478b4fd1e5 /components/TextPlain.qml
parente1c429110f5f2321ad0113a8097eab966d935dcd (diff)
downloadmonzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.tar.gz
monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.tar.xz
monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.zip
Remove scaleRatio
Diffstat (limited to 'components/TextPlain.qml')
-rw-r--r--components/TextPlain.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TextPlain.qml b/components/TextPlain.qml
index 2bc05042..a737aa2f 100644
--- a/components/TextPlain.qml
+++ b/components/TextPlain.qml
@@ -14,7 +14,7 @@ Text {
property string themeTransitionWhiteColor: ""
font.family: MoneroComponents.Style.fontMedium.name
font.bold: false
- font.pixelSize: 14 * scaleRatio
+ font.pixelSize: 14
textFormat: Text.PlainText
MoneroEffects.ColorTransition {