]> git.lyx.org Git - lyx.git/commitdiff
cosmetics
authorAndré Pönitz <poenitz@gmx.net>
Tue, 26 May 2009 21:52:57 +0000 (21:52 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 26 May 2009 21:52:57 +0000 (21:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29859 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index 58630f6c50bfa326e322958d2e3092c24704b37c..d4302315dd427fe17cb7e7f2c261575b6c7217c6 100644 (file)
@@ -1354,7 +1354,7 @@ void TabWorkArea::setFullScreen(bool full_screen)
        }
 
        if (lyxrc.full_screen_tabbar)
-               showBar(!full_screen && count()>1);
+               showBar(!full_screen && count() > 1);
 }