diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 4 |
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. */ |
