]> git.lyx.org Git - features.git/commitdiff
enable size grip
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 12 Feb 2007 19:34:14 +0000 (19:34 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 12 Feb 2007 19:34:14 +0000 (19:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17155 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.C

index 732cf483a07289c4dc85afc31e70e8361217081b..7ac88310a933d11e6a1e1c1997714d7c8ae3bbef 100644 (file)
@@ -223,7 +223,7 @@ void GuiView::init()
 
        getToolbars().init();
 
-       statusBar()->setSizeGripEnabled(false);
+       statusBar()->setSizeGripEnabled(true);
 
        QObject::connect(&statusbar_timer_, SIGNAL(timeout()),
                this, SLOT(update_view_state_qt()));