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:
Tobias Hunger
2016-07-18 13:03:57 +02:00
parent 8df7935f4b
commit 94b7c72a8c

View File

@@ -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);