Compact Mode Improvements
Get rid of the anchors and move to layouts for th bubble and avatars. This allows the timestamp to be fixed in compact mode so it always sits on the far right. It's also just now more compact than before. 
This commit is contained in:
@@ -55,7 +55,7 @@ Item {
|
||||
id: contentItemParent
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.leftMargin: state === "alignLeft" ? Kirigami.Units.largeSpacing : 0
|
||||
anchors.leftMargin: state === "alignLeft" ? Kirigami.Units.smallSpacing : 0
|
||||
|
||||
state: Config.compactLayout || root.alwaysMaxWidth ? "alignLeft" : "alignCenter"
|
||||
// Align left when in compact mode and center when using bubbles
|
||||
|
||||
Reference in New Issue
Block a user