author | Wuzzy <Wuzzy2@mail.ru> |
Thu, 18 Jul 2019 21:00:28 +0200 | |
changeset 15261 | f7b33ad8d502 |
parent 15260 | 2dc98f688c65 |
child 15262 | 752b44ffa707 |
--- a/QTfrontend/ui/widget/frameTeam.cpp Thu Jul 18 19:33:40 2019 +0200 +++ b/QTfrontend/ui/widget/frameTeam.cpp Thu Jul 18 21:00:28 2019 +0200 @@ -151,9 +151,11 @@ { setStyleSheet( "FrameTeams{" - "border: solid;" + "border-top: transparent;" + "border-left: transparent;" + "border-right: transparent;" + "border-bottom: solid;" "border-width: 1px;" - "border-radius: 16px;" "border-color: #ffcc00;" "}" );