forked from qt-creator/qt-creator
CMake: Make the editor for cmake varibales in the kit options page wider
Change-Id: I88ed1a915c69af9b4f351a5ef28aff807de2611c Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -341,6 +341,7 @@ void CMakeConfigurationKitConfigWidget::editConfigurationChanges()
|
||||
m_editor->setToolTip(tr("Enter one variable per line with the variable name "
|
||||
"separated from the variable value by \"=\".<br>"
|
||||
"You may provide a type hint by adding \":TYPE\" before the \"=\"."));
|
||||
m_editor->setMinimumSize(800, 200);
|
||||
|
||||
auto chooser = new Core::VariableChooser(m_dialog);
|
||||
chooser->addSupportedWidget(m_editor);
|
||||
|
||||
Reference in New Issue
Block a user