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

Tweak column size

parent c720a2dd
No related branches found
No related tags found
1 merge request!157armem/dev => master
......@@ -34,7 +34,7 @@ namespace armarx::armem::gui::memory
header()->setMinimumSectionSize(25);
header()->resizeSection(int(Columns::KEY), 250);
header()->resizeSection(int(Columns::SIZE), 25);
header()->resizeSection(int(Columns::SIZE), 30);
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