From c3a698e46ac47d5d9529ae7cd0030d70cdc6dad4 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 10 Jun 2010 07:51:21 +0000 Subject: Theme Editor: Added project settings to the project panel view git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26737 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/projectmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/projectmodel.h') diff --git a/utils/themeeditor/projectmodel.h b/utils/themeeditor/projectmodel.h index f170501..c7147fa 100644 --- a/utils/themeeditor/projectmodel.h +++ b/utils/themeeditor/projectmodel.h @@ -32,7 +32,7 @@ class ProjectModel : public QAbstractItemModel { Q_OBJECT public: - static const int numColumns = 1; + static const int numColumns = 2; static QString fileFilter() { -- cgit v1.1