author | Wuzzy <almikes@aol.com> |
Wed, 13 Apr 2016 14:53:47 +0200 | |
changeset 11975 | f6fc7e9bef3d |
parent 11974 | 7718ebf8cf14 |
child 11976 | 2025aa31c4f4 |
--- a/QTfrontend/ui/page/pagetraining.cpp Wed Apr 13 14:52:35 2016 +0200 +++ b/QTfrontend/ui/page/pagetraining.cpp Wed Apr 13 14:53:47 2016 +0200 @@ -79,6 +79,8 @@ // let's not make the tab widget use more space than needed tbw->setFixedWidth(400); pageLayout->setAlignment(tbw, Qt::AlignHCenter); + + tbw->setStyleSheet("QListWidget { border-style: none; padding-top: 6px; }"); // training/challenge/scenario lists lstTrainings = new QListWidget(this);