fix channel suggestions list
This commit is contained in:
parent
9a7fe43039
commit
3550e63a86
|
@ -51,9 +51,9 @@ ModalPopup {
|
||||||
Layout.fillHeight: false
|
Layout.fillHeight: false
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 65
|
anchors.rightMargin: 35
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 65
|
anchors.leftMargin: 35
|
||||||
anchors.top: channelName.bottom
|
anchors.top: channelName.bottom
|
||||||
anchors.topMargin: 37
|
anchors.topMargin: 37
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue