Merge pull request #1964 from cg2121/dark-theme-groupbox

UI: Make Dark theme group box title bold
This commit is contained in:
Colin Edwards 2019-07-12 22:10:03 -05:00 committed by GitHub
commit f2f78b98ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,14 @@ QDockWidget::close-button:pressed, QDockWidget::float-button:pressed {
QGroupBox {
border: 1px solid rgb(31,30,31); /* veryDark */;
border-radius: 5px;
padding-top: 16px;
padding-top: 24px;
font-weight: bold;
}
QGroupBox::title {
subcontrol-origin: margin;
left: 4px;
top: 4px;
}