UI: Fix incorrect padding usage in Rachni theme

This commit is contained in:
SuslikV
2019-04-04 09:59:03 +02:00
committed by GitHub
parent 739072fdcb
commit 2990a83c09

View File

@@ -231,9 +231,9 @@ QGroupBox {
QGroupBox::title {
color: rgb(240, 98, 146); /* Pink (Secondary) */
left: 20px;
top: -7px;
padding-left: 5px;
padding-right: 4px;
padding-top: -14px;
}
/*****************/