ui: Scrollbar and dock widget separator style
* defined scrollbar style for Windows and Linux * defined dock widget separator width and color * some style fixes on linux
This commit is contained in:
@@ -106,7 +106,7 @@ void QtErrorView::initView()
|
||||
|
||||
// Setup Checkboxes
|
||||
QBoxLayout* checkboxes = new QHBoxLayout();
|
||||
checkboxes->setContentsMargins(10, 0, 0, 0);
|
||||
checkboxes->setContentsMargins(10, 3, 0, 3);
|
||||
checkboxes->setSpacing(0);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user