diff options
author | Ken Moore <ken@pcbsd.org> | 2016-07-05 14:27:30 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2016-07-05 14:27:30 -0400 |
commit | e3da3aa8d3176cfc0a9c1214b57c593986b69adf (patch) | |
tree | c3905be8a905a45c01fd6e3ddc6e769f9bf7b5a7 /src-qt5/core-utils | |
parent | Add a new page to lumina-config. This page allows the user to view/change set... (diff) | |
download | lumina-e3da3aa8d3176cfc0a9c1214b57c593986b69adf.tar.gz lumina-e3da3aa8d3176cfc0a9c1214b57c593986b69adf.tar.bz2 lumina-e3da3aa8d3176cfc0a9c1214b57c593986b69adf.zip |
Add a note that the compton settings will require a restart to take effect.
Diffstat (limited to 'src-qt5/core-utils')
-rw-r--r-- | src-qt5/core-utils/lumina-config/pages/page_compton.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src-qt5/core-utils/lumina-config/pages/page_compton.ui b/src-qt5/core-utils/lumina-config/pages/page_compton.ui index 32c153f7..81430819 100644 --- a/src-qt5/core-utils/lumina-config/pages/page_compton.ui +++ b/src-qt5/core-utils/lumina-config/pages/page_compton.ui @@ -29,6 +29,16 @@ <item> <widget class="QPlainTextEdit" name="text_file"/> </item> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>NOTE: The desktop will need to be restarted before changes take effect</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> <resources/> |