]> git.lyx.org Git - lyx.git/commitdiff
do not setUniformItemSizes since the symbols have different width (bug #5707)
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 10 Jan 2013 10:33:09 +0000 (11:33 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 10 Jan 2013 10:33:09 +0000 (11:33 +0100)
src/frontends/qt4/GuiSymbols.cpp

index 6e1217d4a751015202d978e829db0beb92a97d3a..7a6566202f0347f474eb84dc190cd737e8e658e4 100644 (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;