mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1097318 - Restore tab strip to its original height (r=mfinkle)
This commit is contained in:
parent
88e48f4cc2
commit
b56ee66278
@ -10,7 +10,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="4dp"/>
|
||||
android:paddingTop="8dp"/>
|
||||
|
||||
<!-- The right margin creates a "dead area" on the right side of the button
|
||||
which we compensate for with a touch delegate. See TabStrip -->
|
||||
|
@ -22,7 +22,7 @@
|
||||
<dimen name="new_tablet_nav_button_width_half">21dp</dimen>
|
||||
<dimen name="new_tablet_nav_button_width_plus_half">63dp</dimen>
|
||||
|
||||
<dimen name="new_tablet_tab_strip_height">44dp</dimen>
|
||||
<dimen name="new_tablet_tab_strip_height">48dp</dimen>
|
||||
<dimen name="new_tablet_tab_strip_item_width">208dp</dimen>
|
||||
<dimen name="new_tablet_tab_strip_item_margin">-28dp</dimen>
|
||||
<dimen name="new_tablet_tab_strip_favicon_size">16dp</dimen>
|
||||
|
Loading…
Reference in New Issue
Block a user