update: added bigger font on sudo paragraph text

This commit is contained in:
John 2025-12-03 08:35:36 +01:00
parent c58311ca74
commit f27f826a69

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: 16px; font-family: Arial;")
description.setStyleSheet(f"color: white; font-size: 18px; font-family: Arial;")
layout.addWidget(description)
status_layout = QHBoxLayout()