]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranches.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiBranches.cpp
index 5f9121dd640c5a032b67d6d0cd0f4a4c434618a1..bf2c5242da7d257588522fc38572352f885f1740 100644 (file)
@@ -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);