updated acc.qss

This commit is contained in:
2022-10-24 08:16:22 +02:00
parent 1fc658ea69
commit 27655a9c96
2 changed files with 4 additions and 4 deletions

View File

@@ -927,7 +927,7 @@ QLabel#Elog {
font-family: "Sans serif";
border: 2px solid gray;
border-radius: 5px;
padding: 2px;
padding: 2px 2px 2px 5px;
margin: 5px;
qproperty-alignment: AlignLeft;
}
@@ -942,7 +942,7 @@ QLineEdit#Elog {
font-family: "Sans serif";
border: 2px solid gray;
border-radius: 5px;
padding: 2px;
padding: 2px 2px 2px 5px;
margin: 5px;
}
@@ -957,7 +957,7 @@ QComboBox#Elog {
font-family: "Sans Serif";
border: 2px solid gray;
border-radius: 5px;
padding: 2px;
padding: 2px 2px 2px 5px;
margin: 5px;
}

View File

@@ -18,7 +18,7 @@
},
"screenshot": {
"destination": "/afs/psi.ch/intranet/Controls/tmp/bdbase/screenshot/"
},
},
"StyleGuide":{
"widgetHeight": 25,
"extraGroupHeight": 30,