fx-compat: Fix up Scaffold a bit

- Output pane no longer gets huge after load
- URL box grows
- Metadata grid fills available space (but still needs work re overflow)
- row-resize cursor on Tests splitter
This commit is contained in:
Abe Jellinek 2024-03-29 12:05:59 -04:00 committed by Dan Stillman
parent 0f61646e26
commit 1b646fb6e2
2 changed files with 14 additions and 6 deletions

View file

@ -416,7 +416,7 @@
</hbox>
</toolbar>
<hbox id="appcontent" flex="1">
<tabbox id="left-tabbox" flex="1" width="300">
<tabbox id="left-tabbox">
<tabs id="tabs">
<tab id="tab-metadata" label="&scaffold.tabs.metadata.label;"/>
<tab id="tab-code" label="&scaffold.tabs.code.label;"/>
@ -524,7 +524,7 @@
<vbox flex="1">
<hbox align="center">
<label control="textbox-tabUrl" value="&scaffold.tabUrl.label;"/>
<html:input id="browser-url" style="-moz-box-flex: 1;"/>
<html:input id="browser-url" style="flex: 1;"/>
<button observes="validate-tests" label="&scaffold.testing.create.web;" tooltiptext="Create a new test from the current page" oncommand="Scaffold.saveTestFromCurrent('web')"/>
</hbox>
@ -550,7 +550,6 @@
</tabpanels>
</tabbox>
<splitter id="pane-splitter" resizeafter="farthest" />
<vbox id="right-pane">
<html:textarea id="output" readonly="true"/>
</vbox>