diff options
author | Ken Moore <ken@ixsystems.com> | 2017-10-02 05:20:41 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-10-02 05:20:41 -0400 |
commit | 63269d970b014f2475a6906a1afeba8d7920e16e (patch) | |
tree | a2f44f3707594af74f82d9d04414a1eaa6d7711e /src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui | |
parent | Add a "copy" button to the QSS page for copying files to make changes. (diff) | |
download | lumina-63269d970b014f2475a6906a1afeba8d7920e16e.tar.gz lumina-63269d970b014f2475a6906a1afeba8d7920e16e.tar.bz2 lumina-63269d970b014f2475a6906a1afeba8d7920e16e.zip |
Remove the "ok" button, and change the "cancel" button to "close".
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui')
-rw-r--r-- | src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui b/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui index dd676c37..0dc3245d 100644 --- a/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui +++ b/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui @@ -293,7 +293,7 @@ Styles</string> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> - <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + <set>QDialogButtonBox::Apply|QDialogButtonBox::Close</set> </property> </widget> </item> |