Revert "Compact Mode Improvements"
This reverts commit fb3b1490a9.
BUG: 480504
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.smallSpacing : 0
|
||||
anchors.leftMargin: state === "alignLeft" ? Kirigami.Units.largeSpacing : 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