mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 10:40:55 +02:00
Merge pull request #1727
44d3966
left-panel: use consistent font size (xiphon)
This commit is contained in:
commit
71603973c8
@ -201,6 +201,7 @@ Rectangle {
|
|||||||
id: unlockedBalanceLabel
|
id: unlockedBalanceLabel
|
||||||
visible: true
|
visible: true
|
||||||
text: qsTr("Unlocked balance") + translationManager.emptyString
|
text: qsTr("Unlocked balance") + translationManager.emptyString
|
||||||
|
fontSize: 14
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 20
|
anchors.leftMargin: 20
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
Loading…
Reference in New Issue
Block a user