https://bugs.kde.org/show_bug.cgi?id=369832

Thomas Lübking <thomas.luebk...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #1 from Thomas Lübking <thomas.luebk...@gmail.com> ---
The alignment (see commit 0e4e1837f0c2fae9aac66c32e10f753b09f334ce) gets
reset/overridden (ie. something post-alters the chain somewhere)

The "fixes" it for me by updating the alignment once more.

diff --git a/src/Gui/PartWidget.cpp b/src/Gui/PartWidget.cpp
index 3c6785c..f6b7d56 100644
--- a/src/Gui/PartWidget.cpp
+++ b/src/Gui/PartWidget.cpp
@@ -219,6 +219,7 @@ void PartStatusWidget::showDetails()
         m_seperator->hide();
         m_detailButton->setText(tr("Show Details"));
     } else {
+        static_cast<QGridLayout*>(layout())->setAlignment(m_details, 0);
         m_details->show();
         m_seperator->show();
         m_detailButton->setText(tr("Hide Details"));

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to