diff options
| author | xiphon <xiphon@protonmail.com> | 2018-11-06 00:40:55 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2018-11-06 00:40:55 +0000 |
| commit | 44d3966951ba538fdf3eead891db7f030cb1e0b8 (patch) | |
| tree | 6a2418cdc0e1ed52aa16aa5c029eb0ac691548eb /LeftPanel.qml | |
| parent | 2641eda20a94ee13901ac3ee09068a636608307a (diff) | |
| download | monzero-gui-44d3966951ba538fdf3eead891db7f030cb1e0b8.tar.gz monzero-gui-44d3966951ba538fdf3eead891db7f030cb1e0b8.tar.xz monzero-gui-44d3966951ba538fdf3eead891db7f030cb1e0b8.zip | |
left-panel: use consistent font size
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 1 |
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 |
