enable stretchLastSection
authornemo
Fri, 13 Apr 2018 16:18:57 -0400
changeset 13325 4a713e29a4da
parent 13324 543ab994c9bc
child 13326 a4e7e62f2c0d
enable stretchLastSection
QTfrontend/ui/page/pageroomslist.cpp
--- a/QTfrontend/ui/page/pageroomslist.cpp	Fri Apr 13 14:45:09 2018 -0400
+++ b/QTfrontend/ui/page/pageroomslist.cpp	Fri Apr 13 16:18:57 2018 -0400
@@ -156,6 +156,7 @@
     roomsList->setSelectionBehavior(QAbstractItemView::SelectRows);
     roomsList->verticalHeader()->setVisible(false);
     roomsList->horizontalHeader()->setSectionResizeMode(QHeaderView::Interactive);
+	roomsList->horizontalHeader()->stretchLastSection();
     roomsList->setAlternatingRowColors(true);
     roomsList->setShowGrid(false);
     roomsList->setSelectionMode(QAbstractItemView::SingleSelection);