mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 953288 - Limit length of URLs for display; r=lucasr
This commit is contained in:
parent
3ee31d64a9
commit
f17ff3ee5b
@ -22,6 +22,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/TabRowTextAppearance.Url"
|
||||
android:textSize="14sp"/>
|
||||
android:textSize="14sp"
|
||||
android:maxLength="1024"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -28,7 +28,8 @@
|
||||
style="@style/Widget.TwoLinePageRow.Url"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawablePadding="5dp"/>
|
||||
android:drawablePadding="5dp"
|
||||
android:maxLength="1024"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user