mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
don't mess up old layout
This commit is contained in:
parent
6f3ed5b282
commit
e69f0fe960
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ Item {
|
||||||
Layout.row: Settings.bubbles? 2 : 0
|
Layout.row: Settings.bubbles? 2 : 0
|
||||||
Layout.rowSpan: Settings.bubbles? 1 : 2
|
Layout.rowSpan: Settings.bubbles? 1 : 2
|
||||||
Layout.bottomMargin: -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.alignment: Qt.AlignTop | Qt.AlignRight
|
||||||
Layout.preferredWidth: implicitWidth
|
Layout.preferredWidth: implicitWidth
|
||||||
visible: !isStateEvent
|
visible: !isStateEvent
|
||||||
|
|
Loading…
Reference in a new issue