QTfrontend/ui/widget/frameTeam.cpp
changeset 15256 f7b33ad8d502
parent 14943 d01460ae866c
equal deleted inserted replaced
15255:2dc98f688c65 15256:f7b33ad8d502
   149 {
   149 {
   150     if (hasDecoFrame && teamToWidget.size() >= 1)
   150     if (hasDecoFrame && teamToWidget.size() >= 1)
   151     {
   151     {
   152         setStyleSheet(
   152         setStyleSheet(
   153             "FrameTeams{"
   153             "FrameTeams{"
   154             "border: solid;"
   154             "border-top: transparent;"
       
   155             "border-left: transparent;"
       
   156             "border-right: transparent;"
       
   157             "border-bottom: solid;"
   155             "border-width: 1px;"
   158             "border-width: 1px;"
   156             "border-radius: 16px;"
       
   157             "border-color: #ffcc00;"
   159             "border-color: #ffcc00;"
   158             "}"
   160             "}"
   159         );
   161         );
   160     }
   162     }
   161     else
   163     else