ProjectExplorer: Improve layout in TargetTripleWidget

This gives the triple lineedit a bit of stretch.

Change-Id: Ib1742bc39c64b797b86e1740650a177689657557
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Alessandro Portale
2022-02-01 19:42:24 +01:00
parent 87663b6866
commit 8f288bd7e4

View File

@@ -1277,7 +1277,7 @@ public:
m_overrideCheckBox.setText(tr("Override for code model")); m_overrideCheckBox.setText(tr("Override for code model"));
m_overrideCheckBox.setToolTip(tr("Check this button in the rare case that the code model\n" m_overrideCheckBox.setToolTip(tr("Check this button in the rare case that the code model\n"
"fails because clang does not understand the target architecture.")); "fails because clang does not understand the target architecture."));
layout->addWidget(&m_tripleLineEdit); layout->addWidget(&m_tripleLineEdit, 1);
layout->addWidget(&m_overrideCheckBox); layout->addWidget(&m_overrideCheckBox);
layout->addStretch(1); layout->addStretch(1);