Skip to content
Snippets Groups Projects
Commit 91215ec8 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Duncan McNamara
Browse files

Widgets: decrease the min height to allow the small layouts on more devices

parent 4ffdb642
No related branches found
No related tags found
1 merge request!1363New widgets
......@@ -27,9 +27,9 @@
android:widgetFeatures="reconfigurable"
android:initialLayout="@layout/widget_mini_initial"
android:minWidth="120dp"
android:minHeight="48dp"
android:minHeight="32dp"
android:minResizeWidth="120dp"
android:minResizeHeight="48dp"
android:minResizeHeight="32dp"
android:previewImage="@drawable/widget_preview_mini"
android:resizeMode="horizontal|vertical"
android:targetCellWidth="4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment