update: updated custom resolution popup

This commit is contained in:
John 2026-02-27 22:32:10 +01:00
parent d085b3204c
commit bb53320b67

View file

@ -8005,7 +8005,7 @@ class IdPage(Page):
"Note: Billing IDs are tied to a single location", self) "Note: Billing IDs are tied to a single location", self)
self.note_label.setGeometry(1, 100, 500, 20) self.note_label.setGeometry(1, 100, 500, 20)
self.note_label.setStyleSheet( 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.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter)
self.note_label.show() self.note_label.show()