* Addressbook: Fix tab order between zip code and city in AB edit dialog

This commit is contained in:
Hadi Nategh 2014-10-20 12:59:22 +00:00
parent 5bb2ac645e
commit 4ae871020d

View File

@ -234,7 +234,7 @@
<description for="adr_two_locality" value="city"/>
<hbox>
<textbox statustext="ZIP Code" id="adr_two_postalcode" width="40" maxlength="64"/>
<textbox statustext="City" id="adr_two_locality" maxlength="64" width="250" align="right"/>
<textbox statustext="City" id="adr_two_locality" maxlength="64" width="242"/>
</hbox>
<description/>
</row>