Increase confirm/preview upload popups width
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user