update: increased text height
This commit is contained in:
parent
34440e8a97
commit
110c20d8cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue