update: increased font size in systemwide text

This commit is contained in:
John 2025-12-04 10:33:45 +01:00
parent f27f826a69
commit 14b86123f5

View file

@ -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()