SearchBar: Header button size issue has been fixed
authorhjnim.kim <hjnim.kim@samsung.com>
Wed, 3 Apr 2013 12:01:50 +0000 (21:01 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 5 Apr 2013 07:33:13 +0000 (16:33 +0900)
Searchbar header button size issue has been fixed ( Icon only button does not have text in span )

Change-Id: Ib64e6ecc2c1b154276069b71a339db96d517ee98

src/js/widgets/jquery.mobile.tizen.searchbar.js

index ce23b3f..c624858 100644 (file)
@@ -181,6 +181,7 @@ define( [ '../jquery.mobile.tizen.core', 'jquery.mobile.tizen.pagelayout' ], fun
                                        .appendTo( focusedEl.parent() )
                                        .buttonMarkup( {
                                                icon: IconStyle,
+                                               iconpos: "notext",
                                                corners: true,
                                                shadow: true
                                        } );