Increase confirm/preview upload popups width
This commit is contained in:
parent
6065b6c1d6
commit
23a0504937
|
@ -15,6 +15,8 @@ HColumnPopup {
|
||||||
property string roomName
|
property string roomName
|
||||||
|
|
||||||
|
|
||||||
|
contentWidthLimit: theme.controls.popup.defaultWidth * 1.25
|
||||||
|
|
||||||
page.footer: AutoDirectionLayout {
|
page.footer: AutoDirectionLayout {
|
||||||
ApplyButton {
|
ApplyButton {
|
||||||
id: uploadButton
|
id: uploadButton
|
||||||
|
|
|
@ -17,6 +17,8 @@ HColumnPopup {
|
||||||
readonly property string fileName: filePath.split("/").slice(-1)[0]
|
readonly property string fileName: filePath.split("/").slice(-1)[0]
|
||||||
|
|
||||||
|
|
||||||
|
contentWidthLimit: theme.controls.popup.defaultWidth * 1.25
|
||||||
|
|
||||||
page.footer: AutoDirectionLayout {
|
page.footer: AutoDirectionLayout {
|
||||||
ApplyButton {
|
ApplyButton {
|
||||||
id: uploadButton
|
id: uploadButton
|
||||||
|
|
Loading…
Reference in New Issue
Block a user