]> git.lyx.org Git - features.git/commitdiff
GuiAbout: enforce a reasonable width (show all tabs)
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 19 May 2015 13:08:59 +0000 (15:08 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 19 May 2015 13:09:46 +0000 (15:09 +0200)
src/frontends/qt4/GuiAbout.cpp

index 4f3fd301f684a863b7b6959d543b31aa86ab943d..3c4e84fe8d5df3b2fa1cc6b68613ff1a9b41ebc3 100644 (file)
@@ -268,6 +268,8 @@ GuiAbout::GuiAbout(GuiView & lv)
        d->ui.buildinfoTB->setText(buildinfo());
        d->ui.releasenotesTB->setHtml(release_notes());
        d->ui.creditsTB->setHtml(credits());
+
+       d->ui.tab->setUsesScrollButtons(false);
 }