The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 0dd91a1fd7a6eb26eef3a4580098b2e78b7a2601
Author: Juergen Spitzmueller <[email protected]>
Date:   Thu Jan 10 11:33:09 2013 +0100

    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 6e1217d..7a65662 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;

-----------------------------------------------------------------------

Summary of changes:
 src/frontends/qt4/GuiSymbols.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to