Fix for TC-1560 UI always zoomed out 67/28467/2 accepted/tizen/ivi/20141009.191315 submit/tizen_ivi/20141008.200057
authorBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:44:52 +0000 (16:44 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:48:03 +0000 (16:48 -0700)
Change-Id: I436a40088329767b5c3605674f3c2a78735135dd

css/style.css
index.html
packaging/modello-nav.changes

index aac127d..1e6ae35 100644 (file)
@@ -1,3 +1,9 @@
+@viewport{
+        width: 720px;
+        height: 1280px;
+        user-zoom: fixed;
+}
+
 .placesLibraryContentList .placesElement {
        padding: 10px 0 10px 0;
        height: 70px;
        width: 56px;
        height: 40px;
        background-repeat: no-repeat;
-}
\ No newline at end of file
+}
index 0cb1f19..b7afb8e 100644 (file)
@@ -1,8 +1,6 @@
 <!DOCTYPE html>
 <html>
 <head>
-<meta name="viewport"
-       content="width=720, height=1280, user-scalable = no">
 <meta http-equiv="cache-control" content="no-cache" />
 <title>Navigation</title>
 
        <div id="bottomPanel" class="bottomPanel bottomPanelImg"></div>
 </body>
 
-</html>
\ No newline at end of file
+</html>
index 530dfea..052ec0d 100644 (file)
@@ -1,3 +1,8 @@
+* Tue Oct 07 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141007.174646-1-g73c5bf8
+- Updating packaging to remove hard coded paths
+- clean the spec file
+- Fix for TC-1560 UI always zoomed out
+
 * Wed Sep 10 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20140819.215831-1-g9ada4ef
 - Removing space in app name - Fix for TC-1404