[pim/kidentitymanagement] src/widgets: Fix stretch

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 9f56bb98800152386a6452112f106f1dc97bc1bc by Laurent Montel.
Committed on 13/08/2026 at 20:10.
Pushed by mlaurent into branch 'master'.

Fix stretch

M  +2    -2    src/widgets/signatureconfigurator.cpp

https://invent.kde.org/pim/kidentitymanagement/-/commit/9f56bb98800152386a6452112f106f1dc97bc1bc

diff --git a/src/widgets/signatureconfigurator.cpp b/src/widgets/signatureconfigurator.cpp
index 514d66cf..b79795c8 100644
--- a/src/widgets/signatureconfigurator.cpp
+++ b/src/widgets/signatureconfigurator.cpp
@@ -153,13 +153,13 @@ void SignatureConfiguratorPrivate::init()
 
     mFormatToolBar = new KToolBar(q);
     mFormatToolBar->setToolButtonStyle(Qt::ToolButtonIconOnly);
-    page_vlay->addWidget(mFormatToolBar, 1);
+    page_vlay->addWidget(mFormatToolBar, 0);
 #endif
 
     mTextEdit = new KPIMTextEdit::RichTextComposer(q);
 
     auto richTextEditorwidget = new TextCustomEditor::RichTextEditorWidget(mTextEdit, q);
-    page_vlay->addWidget(richTextEditorwidget, 2);
+    page_vlay->addWidget(richTextEditorwidget, 1);
     mTextEdit->setWhatsThis(i18n("Use this field to enter an arbitrary static signature."));
 
     // Fill the toolbars.
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.