зеркало из https://github.com/mozilla/gecko-dev.git
Adding id's to the tab widgets so that they can be overlayed.
This commit is contained in:
Родитель
e00611be38
Коммит
f3c723985e
|
@ -32,14 +32,14 @@ Rights Reserved.
|
||||||
<box id="editcard" align="vertical">
|
<box id="editcard" align="vertical">
|
||||||
|
|
||||||
<tabcontrol align="vertical" style="margin:5px">
|
<tabcontrol align="vertical" style="margin:5px">
|
||||||
<tabbox align="horizontal">
|
<tabbox id="abTabBox" align="horizontal">
|
||||||
<tab selected="true">&Name.tab;</tab>
|
<tab selected="true">&Name.tab;</tab>
|
||||||
<tab>&Address.tab;</tab>
|
<tab>&Address.tab;</tab>
|
||||||
<tab>&Other.tab;</tab>
|
<tab>&Other.tab;</tab>
|
||||||
<spring flex="1"/>
|
<spring flex="1"/>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
|
|
||||||
<tabpanel align="vertical" flex="100%" style="border:2px groove white">
|
<tabpanel id="abTabPanel" align="vertical" flex="100%" style="border:2px groove white">
|
||||||
|
|
||||||
<!-- ** Name Tab ** -->
|
<!-- ** Name Tab ** -->
|
||||||
<box index="name" align="vertical" flex="100%">
|
<box index="name" align="vertical" flex="100%">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче