Qt theme apply correctly to customizer
This commit is contained in:
parent
ebf705e0dd
commit
541677b2cb
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ GroupWidget::GroupWidget(bool &show, const QString & title, const int animationD
|
|||
headerLine.setFrameShadow(QFrame::Sunken);
|
||||
headerLine.setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum);
|
||||
|
||||
contentArea.setStyleSheet("QScrollArea { background-color: white; border: none; }");
|
||||
contentArea.setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
|
||||
// start out collapsed
|
||||
contentArea.setMaximumHeight(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue