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.")