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
|
property var store
|
||||||
|
|
||||||
width: 640
|
width: 640
|
||||||
height: 720
|
|
||||||
|
|
||||||
// Code below is needed because StatusModal content padding is messed up
|
// Code below is needed because StatusModal content padding is messed up
|
||||||
// FIXME: when StatusModal is reworked
|
// FIXME: when StatusModal is reworked
|
||||||
|
@ -69,6 +68,8 @@ StatusModal {
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
implicitHeight: 720
|
||||||
|
|
||||||
Flickable {
|
Flickable {
|
||||||
id: generalView
|
id: generalView
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue