From 818e2cf0f050389ea713be2f0beb2e15f3ea7642 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Tue, 7 Oct 2014 16:40:21 -0700 Subject: [PATCH] Fix for TC-1560 UI always zoomed out Change-Id: I3c0fbd5a903a6cc7abba730161aa7d7f7d83383a --- css/style.css | 6 ++++++ index.html | 1 - packaging/modello-appmanager.changes | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ebf5512..45ef1df 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,9 @@ +@viewport{ + width: 720px; + height: 1280px; + user-zoom: fixed; +} + #backgroundStore { position: absolute; diff --git a/index.html b/index.html index 82b03b9..c052fb5 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,6 @@ - diff --git a/packaging/modello-appmanager.changes b/packaging/modello-appmanager.changes index 1b4c305..bed814d 100644 --- a/packaging/modello-appmanager.changes +++ b/packaging/modello-appmanager.changes @@ -1,3 +1,7 @@ +* Tue Oct 07 2014 Brian Jones submit/tizen_ivi/20141007.174646-1-geab94bd +- clean spec file +- Fix for TC-1560 UI always zoomed out + * Thu Sep 18 2014 Brian Jones submit/tizen_ivi/20140911.180109-1-ge1344e6 - Updating packaging to remove hard coded paths -- 2.7.4