Increase confirm/preview upload popups width

This commit is contained in:
miruka 2020-07-16 17:41:02 -04:00
parent 6065b6c1d6
commit 23a0504937
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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