update: increased font size in systemwide text
This commit is contained in:
parent
f27f826a69
commit
14b86123f5
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 = 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.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)
|
layout.addWidget(description)
|
||||||
|
|
||||||
status_layout = QHBoxLayout()
|
status_layout = QHBoxLayout()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue