Skip to content
Snippets Groups Projects
Commit 969459c2 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Tweak column width

parent d9b897c1
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ namespace armarx::armem::gui::instance
tree->setHeaderLabels(columns);
tree->header()->resizeSection(int(Columns::KEY), 250);
tree->header()->resizeSection(int(Columns::VALUE), 150);
tree->header()->resizeSection(int(Columns::VALUE), 200);
treeItemInstanceID = new QTreeWidgetItem({"Instance ID"});
treeItemInstanceID->addChild(new QTreeWidgetItem({"Memory Name"}));
......
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