Fixed widget positioning in WQXGA and other resolution 94/186594/2 tizen_4.0 submit/tizen_4.0/20180811.132226
authorVikas Kumar Agrawal <vikas.ag@samsung.com>
Fri, 10 Aug 2018 22:19:31 +0000 (03:49 +0530)
committerVikas Agrawal <vikas.ag@samsung.com>
Sat, 11 Aug 2018 05:26:24 +0000 (05:26 +0000)
Change-Id: Ic37572b0cacc70a79186c1888686452524b0872f

res/edje/cluster_page.edc

index 5f1de33..4ad078b 100755 (executable)
@@ -40,9 +40,7 @@ collections {
                                        visible: 0;
                                        color : 0 0 0 0;
                                        rel1{relative: 0.0 0.06; to: SIZE_SETTER;}
-                                       rel2{relative: 1.0 1.0; to: SIZE_SETTER;}
-                                       aspect: 1.0 1.0;
-                                       aspect_preference: BOTH;
+                                       rel2{relative: 1.0 0.64; to: SIZE_SETTER;}
                                }
                                description {
                                        state: "edit" 0.0;
@@ -94,4 +92,4 @@ collections {
                        }
                }
        }
-}
\ No newline at end of file
+}