From 27655a9c96ab865bcacae1035803adb2cd051e49 Mon Sep 17 00:00:00 2001 From: chrin Date: Mon, 24 Oct 2022 08:16:22 +0200 Subject: [PATCH] updated acc.qss --- config/acc.qss | 6 +++--- config/style.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/acc.qss b/config/acc.qss index 9b07517..5c1ada9 100644 --- a/config/acc.qss +++ b/config/acc.qss @@ -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; } diff --git a/config/style.json b/config/style.json index d990ff7..a032436 100644 --- a/config/style.json +++ b/config/style.json @@ -18,7 +18,7 @@ }, "screenshot": { "destination": "/afs/psi.ch/intranet/Controls/tmp/bdbase/screenshot/" - }, + }, "StyleGuide":{ "widgetHeight": 25, "extraGroupHeight": 30,