mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1079891 - Search widget minWidth is too big for some phones r=wesj
This commit is contained in:
parent
0033d6d433
commit
950a073a4a
@ -4,7 +4,7 @@
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:minWidth="300dp"
|
||||
android:minWidth="250dp"
|
||||
android:minHeight="40dp"
|
||||
android:label="@string/search_widget_name"
|
||||
android:widgetCategory="home_screen|keyguard"
|
||||
|
Loading…
Reference in New Issue
Block a user