update: updated custom resolution popup
This commit is contained in:
parent
d085b3204c
commit
bb53320b67
1 changed files with 1 additions and 1 deletions
|
|
@ -8005,7 +8005,7 @@ class IdPage(Page):
|
|||
"Note: Billing IDs are tied to a single location", self)
|
||||
self.note_label.setGeometry(1, 100, 500, 20)
|
||||
self.note_label.setStyleSheet(
|
||||
"color: white; font-size: 13px; font-style: italic;")
|
||||
"color: white; font-size: 15px; font-style: italic;")
|
||||
self.note_label.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter)
|
||||
self.note_label.show()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue