Skip to content
Snippets Groups Projects
Commit e69f0fe9 authored by Malte E's avatar Malte E
Browse files

don't mess up old layout

parent 6f3ed5b2
No related branches found
No related tags found
No related merge requests found
Pipeline #2640 passed
......@@ -176,7 +176,7 @@ Item {
Layout.row: Settings.bubbles? 2 : 0
Layout.rowSpan: Settings.bubbles? 1 : 2
Layout.bottomMargin: -2
Layout.topMargin: contentItem.fitsMetadata? -height-Layout.bottomMargin : 0
Layout.topMargin: (contentItem.fitsMetadata && Settings.bubbles)? -height-Layout.bottomMargin : 0
Layout.alignment: Qt.AlignTop | Qt.AlignRight
Layout.preferredWidth: implicitWidth
visible: !isStateEvent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment