From 44d3966951ba538fdf3eead891db7f030cb1e0b8 Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 6 Nov 2018 00:40:55 +0000 Subject: [PATCH] left-panel: use consistent font size --- LeftPanel.qml | 1 + 1 file changed, 1 insertion(+) 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