[utilities/kdebugsettings] src/quickapps/contents/ui: Fix align combobox

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 91d1e6ecfb2ed8ab18d1f0dd7f8e037d38ebf10a by Laurent Montel.
Committed on 16/07/2026 at 22:42.
Pushed by mlaurent into branch 'master'.

Fix align combobox

M  +4    -0    src/quickapps/contents/ui/KDEApplicationRulesPage.qml

https://invent.kde.org/utilities/kdebugsettings/-/commit/91d1e6ecfb2ed8ab18d1f0dd7f8e037d38ebf10a

diff --git a/src/quickapps/contents/ui/KDEApplicationRulesPage.qml b/src/quickapps/contents/ui/KDEApplicationRulesPage.qml
index ddf882e8..da2682ca 100644
--- a/src/quickapps/contents/ui/KDEApplicationRulesPage.qml
+++ b/src/quickapps/contents/ui/KDEApplicationRulesPage.qml
@@ -33,6 +33,8 @@ Kirigami.ScrollablePage {
         }
         delegate:  Delegates.RoundedItemDelegate {
             RowLayout {
+                width: parent.width
+
                 QQC2.Label {
                     Layout.fillHeight: true
                     Layout.leftMargin: 4
@@ -43,6 +45,8 @@ Kirigami.ScrollablePage {
                     Layout.fillWidth: true
                 }
                 QQC2.ComboBox {
+                    Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
+
                     model: CategoryTypeProxyModel {
                         sourceModel: LoggingManager.categoryTypeModel
                         showOffType: true
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.