From bb53320b6736971f4e294bcadb700fe1db567aef Mon Sep 17 00:00:00 2001 From: John Date: Fri, 27 Feb 2026 22:32:10 +0100 Subject: [PATCH] update: updated custom resolution popup --- gui/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/__main__.py b/gui/__main__.py index 700b604..1188f90 100755 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -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()