Fix for TC-1560 UI always zoomed out 64/28464/2 accepted/tizen_3.0.m14.3_ivi tizen_3.0.m14.3_ivi accepted/tizen/ivi/20141009.191313 submit/tizen_ivi/20141008.200057 tizen_3.0.m14.3_ivi_release
authorBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:42:39 +0000 (16:42 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:48:44 +0000 (16:48 -0700)
Change-Id: I71891894b5edb1fdfc2db9b0bb4d2004075cfe7b

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

index 09c5b7b..eba3dc7 100644 (file)
@@ -1,3 +1,9 @@
+@viewport{
+        width: 720px;
+        height: 1280px;
+        user-zoom: fixed;
+}
+
 .wrapper {
        width: 720px;
        height: 1280px;
        15%             {opacity: 1;}
        55%             {opacity: 0.4;}
        100%    {opacity: 0.4;}
-}
\ No newline at end of file
+}
index 50dd8df..efba481 100644 (file)
@@ -5,9 +5,6 @@
 <title>HOMESCREEN</title>
 <meta name="keywords" content="" />
 <meta name="description" content="" />
-<!-- <meta name = "viewport" content = "width = device-width,height =device-height, user-scalable = no"> -->
-<meta name="viewport" content="width=720, height=1280, user-scalable=no" />
-
 
 <link rel="stylesheet" href="./css/car/car.css" />
 <link rel="stylesheet" href="./css/car/components/incomingCall/incomingCall.css" />
                <div id="bottomPanel" class="bottomPanel bottomPanelImg"></div>
        </div>
 </body>
-</html>
\ No newline at end of file
+</html>
index 111be24..bb41073 100644 (file)
@@ -1,3 +1,8 @@
+* Tue Oct 07 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141007.175535-1-g0b3ff06
+- Fix systemd install path on 64-bit architecture
+- use systemd macro for path.
+- Fix for TC-1560 UI always zoomed out
+
 * Thu Sep 18 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20140911.180109-1-gf72b405
 - Updating packaging to remove hard coded paths