feat(SQ/StatusDialogFooter): Added new property spacing

Added new property spacing, between buttons.
This commit is contained in:
Noelia 2023-03-21 17:03:51 +01:00 committed by Noelia
parent d24d233615
commit e751f8c658
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Rectangle {
property ObjectModel leftButtons
property ObjectModel rightButtons
property int spacing: 5
color: Theme.palette.statusModal.backgroundColor
radius: 8
@ -20,6 +21,7 @@ Rectangle {
RowLayout {
id: layout
spacing: root.spacing
clip: true
anchors {