1
0
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:
2025-11-24 11:33:45 +01:00
committed by Klaus Wakonig
parent c2780d629c
commit 73528eef18

View File

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