ProjectExplorer: Remove extra margins around CustomParser widget

Change-Id: I840211296c45391bc96474220663f6a56df22fe8
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Alessandro Portale
2022-09-15 19:44:15 +02:00
parent 31556332f5
commit 60098e5fea

View File

@@ -266,6 +266,7 @@ public:
"to create entries in Issues.<br>" "to create entries in Issues.<br>"
"The parsers can be configured <a href=\"dummy\">here</a>.")); "The parsers can be configured <a href=\"dummy\">here</a>."));
layout->addWidget(explanatoryLabel); layout->addWidget(explanatoryLabel);
layout->setContentsMargins(0, 0, 0, 0);
connect(explanatoryLabel, &QLabel::linkActivated, [] { connect(explanatoryLabel, &QLabel::linkActivated, [] {
Core::ICore::showOptionsDialog(Constants::CUSTOM_PARSERS_SETTINGS_PAGE_ID); Core::ICore::showOptionsDialog(Constants::CUSTOM_PARSERS_SETTINGS_PAGE_ID);
}); });