aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2018-11-06 00:40:55 +0000
committerxiphon <xiphon@protonmail.com>2018-11-06 00:40:55 +0000
commit44d3966951ba538fdf3eead891db7f030cb1e0b8 (patch)
tree6a2418cdc0e1ed52aa16aa5c029eb0ac691548eb
parent2641eda20a94ee13901ac3ee09068a636608307a (diff)
downloadmonzero-gui-44d3966951ba538fdf3eead891db7f030cb1e0b8.tar.gz
monzero-gui-44d3966951ba538fdf3eead891db7f030cb1e0b8.tar.xz
monzero-gui-44d3966951ba538fdf3eead891db7f030cb1e0b8.zip
left-panel: use consistent font size
-rw-r--r--LeftPanel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index e689ec13..9af5e000 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -201,6 +201,7 @@ Rectangle {
id: unlockedBalanceLabel
visible: true
text: qsTr("Unlocked balance") + translationManager.emptyString
+ fontSize: 14
anchors.left: parent.left
anchors.leftMargin: 20
anchors.top: parent.top