mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
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 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user