qml: small gridlayout fix in BalanceDetails
This commit is contained in:
@@ -100,14 +100,13 @@ Pane {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
visible: Daemon.currentWallet.isLightning
|
||||||
Rectangle {
|
Rectangle {
|
||||||
visible: Daemon.currentWallet.isLightning
|
|
||||||
Layout.preferredWidth: constants.iconSizeXSmall
|
Layout.preferredWidth: constants.iconSizeXSmall
|
||||||
Layout.preferredHeight: constants.iconSizeXSmall
|
Layout.preferredHeight: constants.iconSizeXSmall
|
||||||
color: constants.colorPiechartLightning
|
color: constants.colorPiechartLightning
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
visible: Daemon.currentWallet.isLightning
|
|
||||||
text: qsTr('Lightning')
|
text: qsTr('Lightning')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user