mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-05 00:12:49 +01:00
fix(collapsible_tree_section): fix typo in the styleSheet
This commit is contained in:
@@ -110,7 +110,7 @@ class CollapsibleSection(QWidget):
|
||||
|
||||
self.header_button.setStyleSheet(
|
||||
"""
|
||||
QPushButton {{
|
||||
QPushButton {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
@@ -118,7 +118,7 @@ class CollapsibleSection(QWidget):
|
||||
border: none;
|
||||
background: transparent;
|
||||
icon-size: 20px 20px;
|
||||
}}
|
||||
}
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user