1
0

qml: BalanceSummary remove height hint for fiat amount

This commit is contained in:
Sander van Grieken
2023-04-06 16:15:57 +02:00
parent 2e15899fda
commit 6cd1f553e4

View File

@@ -53,8 +53,6 @@ Item {
Item {
visible: Daemon.fx.enabled
// attempt at making fiat state as tall as btc state:
Layout.preferredHeight: fontMetrics.lineSpacing * 2 + balanceLayout.rowSpacing + 2
Layout.preferredWidth: 1
}
Label {