fix(@community/popups): make CreateCommunityPopup adaptive to viewport
This commit is contained in:
parent
c07a2feca7
commit
2d73f5239a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue