mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-18 10:26:15 +01:00
Allow very thin columns
This commit is contained in:
parent
77827bee1a
commit
c8305a0b10
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ TrainingWidget::TrainingWidget(QWidget *parent, CoordModel &iCoordModel, PublicG
|
|||
QObject::connect(lockSizesAction, SIGNAL(toggled(bool)),
|
||||
this, SLOT(lockSizesChanged(bool)));
|
||||
|
||||
// Allow very thin columns
|
||||
treeViewResults->header()->setMinimumSectionSize(1);
|
||||
|
||||
// Enable the Play button only when there is a selection in the tree
|
||||
QObject::connect(treeViewResults->selectionModel(),
|
||||
SIGNAL(selectionChanged(const QItemSelection&, const QItemSelection&)),
|
||||
|
|
Loading…
Reference in a new issue