forked from qt-creator/qt-creator
ProjectExplorer: Remove extra margins around CustomParser widget
Change-Id: I840211296c45391bc96474220663f6a56df22fe8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -266,6 +266,7 @@ public:
|
||||
"to create entries in Issues.<br>"
|
||||
"The parsers can be configured <a href=\"dummy\">here</a>."));
|
||||
layout->addWidget(explanatoryLabel);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
connect(explanatoryLabel, &QLabel::linkActivated, [] {
|
||||
Core::ICore::showOptionsDialog(Constants::CUSTOM_PARSERS_SETTINGS_PAGE_ID);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user