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

Tweak column size

parent 9bb6f457
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ namespace armarx::armem::gui::memory
header()->setMinimumSectionSize(25);
header()->resizeSection(int(Columns::KEY), 250);
header()->resizeSection(int(Columns::SIZE), 30);
header()->resizeSection(int(Columns::SIZE), 40);
header()->setTextElideMode(Qt::TextElideMode::ElideRight);
......
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