do not setUniformItemSizes since the symbols have different width (bug #5707)

This commit is contained in:
Juergen Spitzmueller 2013-01-10 11:33:09 +01:00
parent 03abfd4c7d
commit 0dd91a1fd7

View File

@ -275,7 +275,6 @@ GuiSymbols::GuiSymbols(GuiView & lv)
setFocusProxy(symbolsLW);
symbolsLW->setViewMode(QListView::IconMode);
symbolsLW->setUniformItemSizes(true);
// increase the display size of the symbols a bit
QFont font= symbolsLW->font();
int size = font.pointSize() + 3;