From 14b86123f589404b257c39b63e50576813e1fe0e Mon Sep 17 00:00:00 2001 From: John Date: Thu, 4 Dec 2025 10:33:45 +0100 Subject: [PATCH] update: increased font size in systemwide text --- gui/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/__main__.py b/gui/__main__.py index 28b3a69..97262e1 100755 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -6963,7 +6963,7 @@ class Settings(Page): description = QLabel("Control whether HydraVeil configures a sudo policy so system-wide WireGuard profiles can be started without entering your sudo password.") description.setWordWrap(True) - description.setStyleSheet(f"color: white; font-size: 18px; font-family: Arial;") + description.setStyleSheet(f"color: white; font-size: 22px; font-family: Arial;") layout.addWidget(description) status_layout = QHBoxLayout()