mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-05 16:24:00 +01:00
Set top positions for tools on resize
This commit is contained in:
@@ -198,6 +198,13 @@ var ICEcoder = {
|
||||
ICEcoder.output.style.height = winH + "px";
|
||||
ICEcoder.database.style.height = winH + "px";
|
||||
ICEcoder.git.style.height = winH + "px";
|
||||
ICEcoder.terminal.style.top = winH + "px";
|
||||
ICEcoder.output.style.top = winH + "px";
|
||||
ICEcoder.database.style.top = winH + "px";
|
||||
ICEcoder.git.style.top = winH + "px";
|
||||
if (top.ICEcoder.showingTool !== false) {
|
||||
get(top.ICEcoder.showingTool).style.top = 0;
|
||||
}
|
||||
|
||||
// Resize the CodeMirror instances to match the window size
|
||||
setTimeout(function(){
|
||||
|
||||
Reference in New Issue
Block a user