#46518 -> Mac Classic Skin Polish. #46178 -> search editor now has arrow buttons. r=andreww

This commit is contained in:
nbhatla%netscape.com 2000-08-09 23:18:30 +00:00
Родитель d0a92803a1
Коммит 53d313ff50
2 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -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>