mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 850814: Align the BrowserToolbar's curves properly. [r=mfinkle]
This commit is contained in:
parent
1b6a84dd2a
commit
0e7d7b9ca3
@ -135,13 +135,13 @@
|
||||
|
||||
<org.mozilla.gecko.MenuButton android:id="@+id/menu"
|
||||
style="@style/AddressBar.ImageButton"
|
||||
android:layout_width="65dip"
|
||||
android:layout_width="60dip"
|
||||
android:layout_alignParentRight="true"
|
||||
android:gravity="center_vertical"
|
||||
android:src="@drawable/menu_level"
|
||||
android:contentDescription="@string/menu"
|
||||
android:background="@drawable/menu_button"
|
||||
android:paddingLeft="35dip"
|
||||
android:paddingLeft="30dip"
|
||||
android:paddingRight="10dip"/>
|
||||
|
||||
<org.mozilla.gecko.TabsButton android:id="@+id/tabs"
|
||||
|
@ -22,7 +22,7 @@
|
||||
<org.mozilla.gecko.BrowserToolbarBackground android:id="@+id/address_bar_bg"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_marginRight="19dip"
|
||||
android:layout_marginRight="18dip"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:background="@drawable/address_bar_bg"/>
|
||||
|
@ -133,14 +133,14 @@
|
||||
|
||||
<org.mozilla.gecko.MenuButton android:id="@+id/menu"
|
||||
style="@style/AddressBar.ImageButton"
|
||||
android:layout_width="78dip"
|
||||
android:layout_width="76dip"
|
||||
android:layout_alignParentRight="true"
|
||||
gecko:curveTowards="right"
|
||||
android:gravity="center_vertical"
|
||||
android:src="@drawable/menu_level"
|
||||
android:contentDescription="@string/menu"
|
||||
android:background="@drawable/menu_button"
|
||||
android:paddingLeft="42dip"
|
||||
android:paddingLeft="40dip"
|
||||
android:paddingRight="12dip"
|
||||
android:visibility="gone"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user