diff --git a/sources/editor/ui/elementpropertieseditorwidget.cpp b/sources/editor/ui/elementpropertieseditorwidget.cpp index e88282fd7..a4eba4e02 100644 --- a/sources/editor/ui/elementpropertieseditorwidget.cpp +++ b/sources/editor/ui/elementpropertieseditorwidget.cpp @@ -164,7 +164,6 @@ void ElementPropertiesEditorWidget::setUpInterface() //Disable the edition of the first column of the information tree //by this little workaround ui->m_tree->setItemDelegate(new EditorDelegate(this)); - ui->m_tree->header()->resizeSection(0, 150); // NEU: Checkbox mit der Zahlenbox verbinden (Aktivieren/Deaktivieren) connect(ui->max_slaves_checkbox, SIGNAL(toggled(bool)), ui->max_slaves_spinbox, SLOT(setEnabled(bool)));