Hide focus outline on buttons.
authorFlorian Fabre
Fri, 14 Oct 2011 11:36:46 -0400
changeset 6129 d1e37b104683
parent 6128 c90f50e6dd8e
child 6130 026fd01a5e2c
Hide focus outline on buttons.
QTfrontend/main.cpp
--- a/QTfrontend/main.cpp	Thu Oct 13 13:50:41 2011 -0400
+++ b/QTfrontend/main.cpp	Fri Oct 14 11:36:46 2011 -0400
@@ -180,6 +180,11 @@
                 "border-color: white;"
             "}"
 
+            "QPushButton:focus {"
+                "outline: none;"
+            "}"
+
+
             "QHeaderView {"
                 "border-radius: 0;"
                 "border-width: 0;"