From 1ad3b7775ec7388352d3a02c704062baa5d0aca3 Mon Sep 17 00:00:00 2001 From: Nathaniel Graham Date: Wed, 4 Oct 2017 09:08:26 -0600 Subject: Move Folders item closer to the top Summary: Move Folders item closer to the top in Dolphin's find panel. This seems like a more natural placment than after the document types. Also re-order variable placement to maintain consistency Test Plan: Tested in KDE Neon; works. Before: {F4631565} After: {F4631532} Reviewers: #dolphin, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: #dolphin Differential Revision: https://phabricator.kde.org/D8132 --- src/search/dolphinfacetswidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search/dolphinfacetswidget.h') diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 2bf48616e..1c041a2f9 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -75,11 +75,11 @@ private: private: QRadioButton* m_anyType; + QRadioButton* m_folders; QRadioButton* m_documents; QRadioButton* m_images; QRadioButton* m_audio; QRadioButton* m_videos; - QRadioButton* m_folders; QRadioButton* m_anytime; QRadioButton* m_today; -- cgit v1.3.1