From 110c20d8cc00d9fdd7545f2a75d81bafca401d1a Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Dec 2025 17:04:27 +0100 Subject: [PATCH] update: increased text height --- gui/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/__main__.py b/gui/__main__.py index 01c85c6..57422dd 100755 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -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.")