fix(@desktop/community) adjust Image Upload popup
- update to fixed version of StatusQ Fixes #6835
This commit is contained in:
parent
3b40649b7b
commit
e0f051006a
|
@ -1 +1 @@
|
|||
Subproject commit 98aa6a4b27eb44adc7a12114e5478a1fef718935
|
||||
Subproject commit 7fc207f75f771fa336e8460909bbfa4a5db9fec7
|
|
@ -48,7 +48,7 @@ Item {
|
|||
|
||||
imageFileDialogTitle: qsTr("Choose an image as logo")
|
||||
title: qsTr("Community logo")
|
||||
acceptButtonText: qsTr("Make this my community logo")
|
||||
acceptButtonText: qsTr("Make this my Community logo")
|
||||
|
||||
dataImage: root.imageData
|
||||
|
||||
|
|
|
@ -56,8 +56,8 @@ Item {
|
|||
|
||||
anchors {
|
||||
fill: parent
|
||||
leftMargin: Style.current.padding * 2
|
||||
rightMargin: Style.current.padding * 2
|
||||
leftMargin: Style.current.bigPadding + Style.current.halfPadding / 2
|
||||
rightMargin: Style.current.bigPadding + Style.current.halfPadding / 2
|
||||
topMargin: Style.current.bigPadding
|
||||
bottomMargin: Style.current.bigPadding
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue