From: Juergen Spitzmueller Date: Thu, 10 Jan 2013 10:33:09 +0000 (+0100) Subject: do not setUniformItemSizes since the symbols have different width (bug #5707) X-Git-Tag: 2.1.0beta1~951 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0dd91a1fd7a6eb26eef3a4580098b2e78b7a2601;p=lyx.git do not setUniformItemSizes since the symbols have different width (bug #5707) --- diff --git a/src/frontends/qt4/GuiSymbols.cpp b/src/frontends/qt4/GuiSymbols.cpp index 6e1217d4a7..7a6566202f 100644 --- a/src/frontends/qt4/GuiSymbols.cpp +++ b/src/frontends/qt4/GuiSymbols.cpp @@ -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;