From 86ef921cdb5bf95ce4e71b202aa19127a87b44a5 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sat, 11 Nov 2023 15:40:15 +0100 Subject: [PATCH] Fix alignment user info Otherwise we end up with two times largeSpacing as right margin for the user info. --- src/qml/UserInfo.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/UserInfo.qml b/src/qml/UserInfo.qml index 29f0a2b4d..758720ee0 100644 --- a/src/qml/UserInfo.qml +++ b/src/qml/UserInfo.qml @@ -125,7 +125,6 @@ RowLayout { display: QQC2.AbstractButton.IconOnly Layout.minimumWidth: Layout.preferredWidth Layout.alignment: Qt.AlignRight - Layout.rightMargin: Kirigami.Units.largeSpacing QQC2.ToolTip.text: text QQC2.ToolTip.visible: hovered QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay