style
[sface.git] / sface.py
index ae4770d..eca288b 100644 (file)
--- a/sface.py
+++ b/sface.py
@@ -18,17 +18,20 @@ QTreeView, QLineEdit {
   margin: 2px;
 }
 
   margin: 2px;
 }
 
- QPushButton {
-   background-color: white;
-   border: 2px solid gray;
-   border-radius: 4px;
-   padding: 6px;
-   margin: 5px;
- }
-
- QPushButton:pressed {
-   background-color: #5599FF;
- }
+QPushButton {
+  background-color: white;
+  border: 2px solid gray;
+  border-radius: 4px;
+  padding: 6px;
+}
+
+QPushButton:pressed {
+  background-color: #5599FF;
+}
+
+QLabel {
+  font-size: 14px;
+}
 
 ''')
 
 
 ''')