Frontend: Tweak deco border around teams list
authorWuzzy <Wuzzy2@mail.ru>
Thu, 18 Jul 2019 21:00:28 +0200
changeset 15256 f7b33ad8d502
parent 15255 2dc98f688c65
child 15257 752b44ffa707
Frontend: Tweak deco border around teams list
QTfrontend/ui/widget/frameTeam.cpp
--- 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;"
             "}"
         );