Commit f48e8b56 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: reorder views

parent d6a48806
...@@ -61,8 +61,8 @@ public: ...@@ -61,8 +61,8 @@ public:
playlist_item_t *, PLSelector *, PLModel * ); playlist_item_t *, PLSelector *, PLModel * );
virtual ~StandardPLPanel(); virtual ~StandardPLPanel();
enum { TREE_VIEW = 0, enum { ICON_VIEW = 0,
ICON_VIEW, TREE_VIEW ,
LIST_VIEW, LIST_VIEW,
PICTUREFLOW_VIEW, PICTUREFLOW_VIEW,
VIEW_COUNT }; VIEW_COUNT };
...@@ -128,8 +128,8 @@ signals: ...@@ -128,8 +128,8 @@ signals:
static const QString viewNames[ StandardPLPanel::VIEW_COUNT ] static const QString viewNames[ StandardPLPanel::VIEW_COUNT ]
= { qtr( "Detailed View" ), = { qtr( "Icon View" ),
qtr( "Icon View" ), qtr( "Detailed View" ),
qtr( "List View" ), qtr( "List View" ),
qtr( "PictureFlow View ") }; qtr( "PictureFlow View ") };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment