┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-08-02 19:56:00 +0200
committerPeter Penz <[email protected]>2011-08-02 19:58:22 +0200
commit10f0f8d5585e89fba5c0570b4144c9df369c3bfd (patch)
tree895d44f53ef9a9d09f0b0deadb7572414977f54a /src/views/dolphinview.h
parent8ea76d0a0e67fbf03de5c2a10a77077b8fe51c08 (diff)
Minor cleanups
- Cleanup whitespaces after signal-normalization patch - Cleanup DolphinView::Mode numbering
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h4
1 files changed, 2 insertions, 2 deletions
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. */