Skip to content

Commit 46bff94

Browse files
committed
Improved locator builders options pane to be more consistent with the others
1 parent 19121c5 commit 46bff94

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

ide/main/src/content/optionsDialog.xul

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -129,22 +129,23 @@ limitations under the License.
129129
</hbox>
130130
</tabpanel>
131131
<tabpanel orient="vertical" id="locatorBuildersPanel">
132-
<hbox flex="1">
132+
<vbox flex="1">
133+
<description>Drag and drop the locator builders on the left to change their order</description>
133134
<hbox flex="1">
134-
<listbox id="locatorBuilder-list" flex="1" width="100"/>
135+
<vbox flex="1">
136+
<listbox id="locatorBuilder-list" flex="1" width="170"/>
137+
</vbox>
138+
<splitter id="locatorBuildersPanelSplitter" collapse="after">
139+
<grippy/>
140+
</splitter>
141+
<vbox flex="1" width="230">
142+
<label id="locatorBuilder-name"/>
143+
<box id="locatorBuilder-info"/>
144+
<box id="locatorBuilder-config"/>
145+
<box id="locatorBuilder-help"/>
146+
</vbox>
135147
</hbox>
136-
<splitter id="locatorBuildersPanelSplitter" collapse="after">
137-
<grippy/>
138-
</splitter>
139-
<vbox flex="1" width="300">
140-
<label id="locatorBuilder-name"/>
141-
<box id="locatorBuilder-info"/>
142-
<box id="locatorBuilder-config"/>
143-
<box id="locatorBuilder-help">
144-
<description>Drag and drop the locator builders on the left to change their order</description>
145-
</box>
146-
</vbox>
147-
</hbox>
148+
</vbox>
148149
</tabpanel>
149150
<tabpanel orient="vertical" id="webDriverPanel">
150151
<description class="tip"></description>

0 commit comments

Comments
 (0)