1
0

qml: cosmetic changes

This commit is contained in:
Sander van Grieken
2022-08-16 14:44:36 +02:00
parent fad9f87303
commit 1c29ef12b5
3 changed files with 6 additions and 9 deletions

View File

@@ -6,6 +6,9 @@ import QtQuick.Controls.Material 2.0
Pane {
topPadding: constants.paddingSmall
bottomPadding: constants.paddingSmall
leftPadding: constants.paddingSmall
rightPadding: constants.paddingSmall
background: Rectangle {
color: Qt.lighter(Material.background, 1.15)
radius: constants.paddingSmall