UI: Change groupbox radius

master
Clayton Groeneveld 2022-08-29 15:44:05 -05:00 committed by Georges Basile Stavracas Neto
parent b9342a8f7c
commit 1eebf27e9e
5 changed files with 5 additions and 5 deletions

View File

@ -334,7 +334,7 @@ OBSBasicStatusBar {
QGroupBox {
background: palette(dark);
border-radius: 8px;
border-radius: 4px;
padding-top: 32px;
padding-bottom: 8px;
font-weight: bold;

View File

@ -334,7 +334,7 @@ OBSBasicStatusBar {
QGroupBox {
background: palette(dark);
border-radius: 8px;
border-radius: 4px;
padding-top: 32px;
padding-bottom: 8px;
font-weight: bold;

View File

@ -334,7 +334,7 @@ OBSBasicStatusBar {
QGroupBox {
background: palette(dark);
border-radius: 8px;
border-radius: 4px;
padding-top: 32px;
padding-bottom: 8px;
font-weight: bold;

View File

@ -336,7 +336,7 @@ OBSBasicStatusBar {
QGroupBox {
background: rgb(59,65,71);
border-radius: 8px;
border-radius: 4px;
padding-top: 32px;
padding-bottom: 8px;
font-weight: bold;

View File

@ -338,7 +338,7 @@ OBSBasicStatusBar {
QGroupBox {
background: palette(dark);
border-radius: 8px;
border-radius: 4px;
padding-top: 32px;
padding-bottom: 8px;
font-weight: bold;