Friends Search bar goes off the bottom of the screen #1762

This commit is contained in:
Mathieu Laprise
2014-12-06 17:28:02 -05:00
parent 701a8a2c7b
commit f98a169e9c

View File

@@ -22,9 +22,9 @@
<div id="search_div" height="fit" width="100%" layout="vertical-row">
<spacer width="10" height="10"/>
<box height="fit" width="100%" layout="vertical-row">
<label height="fit" text_align="left" I18N="In the profile screen" text="Look for more friends:"/>
<spacer width="10" height="10"/>
<div height="fit" width="100%" layout="horizontal-row" align="center">
<label height="fit" text_align="left" I18N="In the profile screen" text="Look for more friends:" proportion = "1"/>
<spacer width="10" height="10" proportion = "1"/>
<div height="fit" width="100%" layout="horizontal-row" align="center" proportion = "3">
<textbox id="search_box" proportion="1" height="fit"/>
<spacer width="10" height="100%"/>
<button id="search_button" height="100%" width="fit" text="Search" />