From 10f0f8d5585e89fba5c0570b4144c9df369c3bfd Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 2 Aug 2011 19:56:00 +0200 Subject: Minor cleanups - Cleanup whitespaces after signal-normalization patch - Cleanup DolphinView::Mode numbering --- src/views/dolphinview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 3313130a8..c9be8a56a 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -82,13 +82,13 @@ public: * The icon, the name and the size of the items are * shown per default as a table. */ - DetailsView = 1, + DetailsView, /** * The items are shown as icons with the name-label aligned * to the right side. */ - CompactView = 3 + CompactView }; /** Defines the sort order for the items of a directory. */ -- cgit v1.3