summaryrefslogtreecommitdiff
path: root/src/leap/gui/styles.py
blob: 759817cee9ed394c097e1b4280daab4343da1490 (plain)
1
2
3
4
ErrorLabelStyleSheet = """
QLabel { color: red;
         font-weight: bold}
"""