layouts and styles
[sface.git] / sface.py
index e6112cd..ae4770d 100644 (file)
--- a/sface.py
+++ b/sface.py
@@ -18,9 +18,18 @@ QTreeView, QLineEdit {
   margin: 2px;
 }
 
   margin: 2px;
 }
 
-QLabel {
+ QPushButton {
+   background-color: white;
+   border: 2px solid gray;
+   border-radius: 4px;
+   padding: 6px;
+   margin: 5px;
+ }
+
+ QPushButton:pressed {
+   background-color: #5599FF;
+ }
 
 
-}
 ''')
 
 
 ''')