update: increased text height

This commit is contained in:
John 2025-12-05 17:04:27 +01:00
parent 34440e8a97
commit 110c20d8cc

View file

@ -8115,7 +8115,7 @@ class SystemwidePromptPage(Page):
self.title.setGeometry(20, 50, 760, 40)
self.title.setText("Enable \"no sudo\" systemwide")
description = QLabel(self)
description.setGeometry(80, 100, 640, 120)
description.setGeometry(80, 100, 640, 160)
description.setWordWrap(True)
description.setStyleSheet("font-size: 17px; color: cyan;")
description.setText("If you're using Systemwide profiles, you may wish to enable them without having to enter the sudo password each time for convenience. This requires the sudo password to setup profiles and disable them (for security), but not to turn it on each time. You can choose to set this up now or later in the options menu.")