mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Get rid off unneeded horiz scrollbar
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30985 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
86426344f4
commit
29df304528
@ -51,6 +51,8 @@ GuiBranches::GuiBranches(QWidget * parent)
|
||||
branchesTW->headerItem()->setText(2, qt_("Color"));
|
||||
branchesTW->headerItem()->setText(3, qt_("Filename Suffix"));
|
||||
branchesTW->setSortingEnabled(true);
|
||||
branchesTW->resizeColumnToContents(1);
|
||||
branchesTW->resizeColumnToContents(2);
|
||||
|
||||
undef_ = new BranchesUnknownDialog(this);
|
||||
undef_bc_.setPolicy(ButtonPolicy::OkCancelPolicy);
|
||||
|
Loading…
Reference in New Issue
Block a user