Remove resize-to-contents call.
authorMilian Wolff <mail@milianw.de>
Wed, 24 Feb 2016 00:37:03 +0000 (01:37 +0100)
committerMilian Wolff <mail@milianw.de>
Wed, 24 Feb 2016 00:37:03 +0000 (01:37 +0100)
gui/mainwindow.cpp

index 0ae3434..05b14d6 100644 (file)
@@ -63,7 +63,6 @@ void setupTopView(TreeModel* source, QTreeView* view, TopProxy::Type type)
     view->setUniformRowHeights(true);
     view->sortByColumn(0);
     view->header()->setStretchLastSection(true);
-    view->header()->setSectionResizeMode(0, QHeaderView::ResizeToContents);
 }
 }