diff -r 6e8b807bda4b -r ba39a1d396c0 QTfrontend/ui/widget/teamselect.cpp --- a/QTfrontend/ui/widget/teamselect.cpp Sun Jun 10 18:56:51 2018 +0200 +++ b/QTfrontend/ui/widget/teamselect.cpp Sun Jun 10 19:12:26 2018 +0200 @@ -250,16 +250,7 @@ if (maxHeight > 0) area->setMaximumHeight(maxHeight); if (setFrame) - { - area->setStyleSheet( - "FrameTeams{" - "border: solid;" - "border-width: 1px;" - "border-radius: 16px;" - "border-color: #ffcc00;" - "}" - ); - } + pfteams->setDecoFrameEnabled(true); } TeamSelWidget::TeamSelWidget(QWidget* parent) :