Skip to content

Commit

Permalink
fix channel suggestions list
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Jun 25, 2020
1 parent 9a7fe43 commit 3550e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/AppLayouts/Chat/components/PublicChatPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ ModalPopup {
Layout.fillHeight: false
Layout.fillWidth: true
anchors.right: parent.right
anchors.rightMargin: 65
anchors.rightMargin: 35
anchors.left: parent.left
anchors.leftMargin: 65
anchors.leftMargin: 35
anchors.top: channelName.bottom
anchors.topMargin: 37

Expand Down

0 comments on commit 3550e63

Please sign in to comment.