提交 71f8a0bd 编写于 作者: C Clayton Groeneveld

UI: Make Dark theme group box title bold

上级 36c80904
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册