Adds a little bit of color

This commit is contained in:
Olivier Keshavjee 2015-06-30 15:41:45 +02:00
parent 9404a4b92e
commit 23b762c482

View file

@ -13,6 +13,7 @@ class collapsibleGroupBox2(QWidget):
self.button.setChecked(True)
self.switched = False
self.vPolicy = None
self.button.setStyleSheet("background: lightBlue;")
def resizeEvent(self, event):
if not self.switched: