update: added bigger font on sudo paragraph text
This commit is contained in:
parent
c58311ca74
commit
f27f826a69
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue