1
0

qml: styling

This commit is contained in:
Sander van Grieken
2023-04-03 14:01:59 +02:00
parent 01c31edae2
commit e362ac52fa
2 changed files with 4 additions and 3 deletions

View File

@@ -218,8 +218,9 @@ ElDialog {
RowLayout {
Layout.fillWidth: true
Layout.leftMargin: constants.paddingXXLarge
Layout.rightMargin: constants.paddingXXLarge
Layout.topMargin: -constants.paddingXXLarge
Layout.leftMargin: constants.paddingXXLarge + swapslider.leftPadding
Layout.rightMargin: constants.paddingXXLarge + swapslider.rightPadding
Label {
text: '<-- ' + qsTr('Add receiving capacity')
font.pixelSize: constants.fontSizeXSmall