fix(@community/popups): make CreateCommunityPopup adaptive to viewport

This commit is contained in:
Patryk Osmaczko 2022-06-03 09:16:54 +02:00 committed by osmaczko
parent c07a2feca7
commit 2d73f5239a
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,6 @@ StatusModal {
property var store
width: 640
height: 720
// Code below is needed because StatusModal content padding is messed up
// FIXME: when StatusModal is reworked
@ -69,6 +68,8 @@ StatusModal {
anchors.fill: parent
implicitHeight: 720
Flickable {
id: generalView