mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
GuiAbout: enforce a reasonable width (show all tabs)
This commit is contained in:
parent
b5ce8989bf
commit
c162d02915
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user