# HG changeset patch # User nemo # Date 1523650737 14400 # Node ID 4a713e29a4dad4c6691f8e1895d8483b6f8bbff0 # Parent 543ab994c9bcb4bfd55620ecc7b711eb33edd2a3 enable stretchLastSection diff -r 543ab994c9bc -r 4a713e29a4da 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);