feat(SQ/StatusDialogFooter): Added new property spacing
Added new property spacing, between buttons.
This commit is contained in:
parent
d24d233615
commit
e751f8c658
|
@ -10,6 +10,7 @@ Rectangle {
|
||||||
|
|
||||||
property ObjectModel leftButtons
|
property ObjectModel leftButtons
|
||||||
property ObjectModel rightButtons
|
property ObjectModel rightButtons
|
||||||
|
property int spacing: 5
|
||||||
|
|
||||||
color: Theme.palette.statusModal.backgroundColor
|
color: Theme.palette.statusModal.backgroundColor
|
||||||
radius: 8
|
radius: 8
|
||||||
|
@ -20,6 +21,7 @@ Rectangle {
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: layout
|
id: layout
|
||||||
|
|
||||||
|
spacing: root.spacing
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
|
|
Loading…
Reference in New Issue