[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdevplatform] shell/settings: Source formatting configuration: remove additional margin around prev
From:       Friedrich W. H. Kossebau <null () kde ! org>
Date:       2017-08-01 3:54:06
Message-ID: E1dcOFy-0006jZ-NO () code ! kde ! org
[Download RAW message or body]

Git commit cf2b58d8c7e7a4fd313e9a8a131d9a28c8202830 by Friedrich W. H. Kossebau.
Committed on 01/08/2017 at 03:53.
Pushed by kossebau into branch 'master'.

Source formatting configuration: remove additional margin around preview

M  +1    -0    shell/settings/sourceformattersettings.cpp

https://commits.kde.org/kdevplatform/cf2b58d8c7e7a4fd313e9a8a131d9a28c8202830

diff --git a/shell/settings/sourceformattersettings.cpp b/shell/settings/sourceformattersettings.cpp
index 491a6a91d..7ad6b52c8 100644
--- a/shell/settings/sourceformattersettings.cpp
+++ b/shell/settings/sourceformattersettings.cpp
@@ -82,6 +82,7 @@ SourceFormatterSettings::SourceFormatterSettings(QWidget* parent)
     m_view->setStatusBarEnabled(false);
 
     QVBoxLayout *layout2 = new QVBoxLayout(textEditor);
+    layout2->setMargin(0);
     layout2->addWidget(m_view);
     textEditor->setLayout(layout2);
     m_view->show();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic