diff options
author | Ken Moore <ken@ixsystems.com> | 2017-08-30 15:07:31 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-08-30 15:07:31 -0400 |
commit | ee845ef48c49f6182c2f04ea2095cdc7ed1c895b (patch) | |
tree | 9867ed5c07c30aacaee224d4b8877f4a2bb8797a /src-qt5/desktop-utils/lumina-textedit/MainUI.h | |
parent | A bit more work on compositing and such (mostly commented out) - still not wo... (diff) | |
download | lumina-ee845ef48c49f6182c2f04ea2095cdc7ed1c895b.tar.gz lumina-ee845ef48c49f6182c2f04ea2095cdc7ed1c895b.tar.bz2 lumina-ee845ef48c49f6182c2f04ea2095cdc7ed1c895b.zip |
Quick update to lumina-textedit:
Make the tabs start dragging after pulling the tab out of the entire TabWidget, not just the tab bar itself.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/MainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/MainUI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/MainUI.h b/src-qt5/desktop-utils/lumina-textedit/MainUI.h index 963443b6..6e5d2d23 100644 --- a/src-qt5/desktop-utils/lumina-textedit/MainUI.h +++ b/src-qt5/desktop-utils/lumina-textedit/MainUI.h @@ -76,12 +76,12 @@ private slots: void closeFindReplace(); void openFind(); void openReplace(); - + void findNext(); void findPrev(); void replaceOne(); void replaceAll(); - + protected: void resizeEvent(QResizeEvent *ev){ settings->setValue("lastSize", ev->size()); |