Skip to content

Commit 91731d7

Browse files
author
Ruben Daniels
committed
* Fix last things for docking
1 parent 0c99bd4 commit 91731d7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

plugins-client/ext.console/console.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a:application xmlns:a="http://ajax.org/2005/aml">
22
<a:bar id="winDbgConsole" height="0" zindex="1000">
33
<a:vsplitbox anchors="0 0 0 0">
4-
<a:tab id="tabConsole" skin="tab_console" flex="1" visible="false" render2="runtime" buttons="scale,order"
4+
<a:tab id="tabConsole" skin="tab_console" visible="false" render2="runtime" buttons="scale,order"
55
onclose="return require('ext/console/console').checkIfPageCanClose(event)">
66
<a:hbox pack="end" top="2" right="3" height="24" align="center" padding="0">
77
<a:button id="btnConsoleClear" skin="btn_icon_only" icon="console_clear.png" margin="2 2 0 0"

plugins-client/ext.debugger/debugger.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
icon = "debugger/file_obj.gif" />
8585
</a:bar>
8686
</a:toolbar>
87-
<a:vsplitbox anchors="29 0 0 0" splitter="true">
87+
<a:vsplitbox anchors="29 0 0 0" splitter="true" class="topsplitter">
8888
<a:codeeditor id="txtCode"
8989
disabled = "{stRunning.active || !stDebugProcessRunning.active}"
9090
onkeydown = "return require('ext/debugger/inspector').consoleTextHandler(event)"

plugins-client/ext.main/style/skins.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8428,6 +8428,10 @@
84288428
position : relative;
84298429
z-index : 8000;
84308430
}
8431+
8432+
.topsplitter .splitter{
8433+
z-index : 100000;
8434+
}
84318435
84328436
.splitterFocus {
84338437
}

0 commit comments

Comments
 (0)