forked from qt-creator/qt-creator
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:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user