diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-03 08:54:28 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-03 08:54:28 -0500 |
commit | 9d98a248bac435de7b53ffad8f33fdb9f1e9b13d (patch) | |
tree | 4733a129d517da2621fe6998b39fdae2cdf2dbcc /lumina-config/ThemeDialog.ui | |
parent | Make sure that the panel has the "sticky" flag set. This ensures that it is c... (diff) | |
download | lumina-9d98a248bac435de7b53ffad8f33fdb9f1e9b13d.tar.gz lumina-9d98a248bac435de7b53ffad8f33fdb9f1e9b13d.tar.bz2 lumina-9d98a248bac435de7b53ffad8f33fdb9f1e9b13d.zip |
Add an "apply" button to the lumina-config theme editor. Now the "save" button is for saving the theme to file (without closing the editor), and "apply" will both save and close the editor. Also make sure the save and apply buttons are actively enabled/disabled as necessary.
Diffstat (limited to 'lumina-config/ThemeDialog.ui')
-rw-r--r-- | lumina-config/ThemeDialog.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lumina-config/ThemeDialog.ui b/lumina-config/ThemeDialog.ui index f2c4b8d7..e26e2320 100644 --- a/lumina-config/ThemeDialog.ui +++ b/lumina-config/ThemeDialog.ui @@ -95,6 +95,13 @@ </property> </widget> </item> + <item> + <widget class="QPushButton" name="push_apply"> + <property name="text"> + <string>Apply</string> + </property> + </widget> + </item> </layout> </item> </layout> |