зеркало из https://github.com/mozilla/pjs.git
This commit is contained in:
Родитель
d0a92803a1
Коммит
53d313ff50
|
@ -69,8 +69,15 @@
|
|||
</template>
|
||||
</tree>
|
||||
|
||||
<tabcontrol orient="vertical">
|
||||
<tabcontrol id="skinsTabcontrol" orient="vertical">
|
||||
<tabbox>
|
||||
<tab selected="true" value="&preview.label;"/>
|
||||
<tab value="&general.label;"/>
|
||||
</tabbox>
|
||||
<tabpanel>
|
||||
<box class="inset" style="overflow: auto; height: 8em;">
|
||||
<image id="previewImage"/>
|
||||
</box>
|
||||
<grid flex="1">
|
||||
<columns>
|
||||
<column/>
|
||||
|
@ -96,14 +103,7 @@
|
|||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<box class="inset" style="overflow: auto; height: 8em;">
|
||||
<image id="previewImage"/>
|
||||
</box>
|
||||
</tabpanel>
|
||||
<tabbox>
|
||||
<tab value="&general.label;"/>
|
||||
<tab value="&preview.label;"/>
|
||||
</tabbox>
|
||||
</tabcontrol>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
|
|
@ -113,8 +113,8 @@
|
|||
</tree>
|
||||
<box orient="vertical">
|
||||
<spring flex="1"/>
|
||||
<button class="up" oncommand="MoveUp();" id="up"/>
|
||||
<button class="down" oncommand="MoveDown();" id="down"/>
|
||||
<button class="up plain" oncommand="MoveUp();" id="up"/>
|
||||
<button class="down plain" oncommand="MoveDown();" id="down"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
|
|
Загрузка…
Ссылка в новой задаче