-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrunner.layout.xml
37 lines (37 loc) · 1.13 KB
/
runner.layout.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<application>
<component name="RunnerLayoutSettings">
<runner id="JavaRunner">
<ViewImpl>
<option name="ID" value="ConsoleContent" />
<option name="placeInGrid" value="bottom" />
</ViewImpl>
<ViewImpl>
<option name="ID" value="HTTP_REQUEST_TAB" />
<option name="placeInGrid" value="bottom" />
</ViewImpl>
<ViewImpl>
<option name="ID" value="HTTP_RESPONSE_HANDLER_SCRIPT" />
<option name="placeInGrid" value="bottom" />
</ViewImpl>
<ViewImpl>
<option name="ID" value="HTTP_RESPONSE_HANDLER_TESTS" />
<option name="placeInGrid" value="bottom" />
</ViewImpl>
<TabImpl>
<option name="bottomProportion" value="0.0" />
</TabImpl>
</runner>
<runner id="Session">
<ViewImpl>
<option name="ID" value="Input" />
<option name="placeInGrid" value="center" />
</ViewImpl>
<TabImpl>
<option name="displayName" value="Session" />
</TabImpl>
<General>
<option name="isTabLabelsHidden" value="false" />
</General>
</runner>
</component>
</application>