[Title] adjust the width of create folder button
authorSangpyo Kim <sangpyo7.kim@samsung.com>
Mon, 27 Aug 2012 13:19:12 +0000 (22:19 +0900)
committerSangpyo Kim <sangpyo7.kim@samsung.com>
Mon, 27 Aug 2012 13:21:08 +0000 (22:21 +0900)
[Issue#] N_SE-7815
[Problem] The button is not stretched when UI is rotated.
[Cause] The button's width range wasn't enough to stretch.
[Solution] width range is adjusted.
[Team] Browser UI
[Developer] sangpyo7.kim
[Request] N/A

Change-Id: I18940ed8488aa22c766528ef523193ea64265238

edc/browser-bookmark-view.edc

index e100f29..7be944e 100755 (executable)
@@ -248,7 +248,7 @@ collections {
                                        state: "default" 0.0;
                                        visible: 1;
                                        min: 0 96;
-                                       max: 800 96;
+                                       max: 999999 96;
                                        fixed: 0 1;
                                        align: 0.0 1.0;
                                        rel1 { relative: 0.0 1.0; to_x: bg; to_y: bg; }