┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinfacetswidget.h
diff options
context:
space:
mode:
authorNathaniel Graham <[email protected]>2017-10-04 09:08:26 -0600
committerNathaniel Graham <[email protected]>2017-10-04 09:08:52 -0600
commit1ad3b7775ec7388352d3a02c704062baa5d0aca3 (patch)
tree91c03e8d35c2923932f52a5ceafb47489c7143dd /src/search/dolphinfacetswidget.h
parent60ef0fc76b82ef5a4cbf5646c8bc2e3bfe83a2ba (diff)
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
Diffstat (limited to 'src/search/dolphinfacetswidget.h')
-rw-r--r--src/search/dolphinfacetswidget.h2
1 files changed, 1 insertions, 1 deletions
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;