Skip to content
Snippets Groups Projects
Commit 2d246d3c authored by Mirko Wächter's avatar Mirko Wächter
Browse files

scenario manager: fixed width of restart column

parent c8e46cc4
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ void ScenarioListView::setModel(FilterableTreeModelSortFilterProxyModelPtr model
ui->treeView->setColumnWidth(0, 200);
ui->treeView->setColumnWidth(1, 40);
ui->treeView->setColumnWidth(2, 40);
ui->treeView->setColumnWidth(3, 60);
ui->treeView->setColumnWidth(3, 40);
ui->treeView->expandAll();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment