diff -r 4e8ebe173323 -r 23b5d6a29cce homescreenapp/hsapplication/conf/base/implml/homescreendb_templates/create.sql --- a/homescreenapp/hsapplication/conf/base/implml/homescreendb_templates/create.sql Mon May 03 12:24:59 2010 +0300 +++ b/homescreenapp/hsapplication/conf/base/implml/homescreendb_templates/create.sql Fri May 14 15:43:04 2010 +0300 @@ -5,10 +5,10 @@ landscapeWallpaper TEXT, defaultPageId INTEGER, maximumPageCount INTEGER, - maximumWidgetHeight INTEGER, - maximumWidgetWidth INTEGER, - minimumWidgetHeight INTEGER, - minimumWidgetWidth INTEGER); + maximumWidgetHeight REAL, + maximumWidgetWidth REAL, + minimumWidgetHeight REAL, + minimumWidgetWidth REAL); DROP TABLE IF EXISTS Pages; CREATE TABLE Pages (