Qt theme apply correctly to customizer

This commit is contained in:
amarjeet 2016-11-12 14:19:59 +05:30
parent ebf705e0dd
commit 541677b2cb

View file

@ -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);