From 378aa8899f5feaa13e64ea03b4dcb9cc83cfc654 Mon Sep 17 00:00:00 2001 From: Kellermorph Date: Mon, 30 Mar 2026 21:16:00 +0200 Subject: [PATCH] Remove resizing of first column in properties editor Removed resizing of the first column in the information tree. --- sources/editor/ui/elementpropertieseditorwidget.cpp | 1 - 1 file changed, 1 deletion(-) 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)));