aboutsummaryrefslogtreecommitdiff
path: root/webAO/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/ui.js')
-rw-r--r--webAO/ui.js11
1 files changed, 9 insertions, 2 deletions
diff --git a/webAO/ui.js b/webAO/ui.js
index 94ebe41..3342a09 100644
--- a/webAO/ui.js
+++ b/webAO/ui.js
@@ -18,7 +18,7 @@ const config = {
width: 40,
content: [{
type: 'component',
- height: 68,
+ height: 80,
isClosable: false,
componentName: 'template',
title: 'IC',
@@ -26,7 +26,7 @@ const config = {
},
{
type: 'component',
- height: 32,
+ height: 20,
isClosable: false,
title: 'IC Options',
componentName: 'template',
@@ -178,3 +178,10 @@ if (isMobileDevice){
else {
golden.loadLayout(config);
}
+
+console.log(golden.root.contentItems[0].contentItems[0].contentItems[0]);
+
+golden.root.contentItems[0].contentItems[0].contentItems[0].on('resize',function(){
+ console.log("IC pane resized"); //TEMP
+ console.log(golden.root.contentItems[0].contentItems[0]);
+ }); \ No newline at end of file