We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8ba06 commit c35ff7cCopy full SHA for c35ff7c
pyxrf/gui_module/main_window.py
@@ -581,7 +581,7 @@ def __init__(self):
581
"Brookhaven National Laboratory"
582
)
583
584
- text_copyright = f"\u00A92015\u2014{datetime.now().year} Brookhaven National Laboratory"
+ text_copyright = f"\u00a92015\u2014{datetime.now().year} Brookhaven National Laboratory"
585
586
label_name = QLabel(text_name)
587
label_name.setStyleSheet("QLabel {font-weight: bold; font-size: 32px}")
0 commit comments