From 12fe09d878355a552e9df6eec6112eff4429238b Mon Sep 17 00:00:00 2001 From: stoned Date: Sat, 17 Aug 2024 09:05:56 +0200 Subject: prevent ic from scrolling in default 1080p window --- webAO/ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/ui.js') diff --git a/webAO/ui.js b/webAO/ui.js index 043c004..94ebe41 100644 --- a/webAO/ui.js +++ b/webAO/ui.js @@ -18,7 +18,7 @@ const config = { width: 40, content: [{ type: 'component', - height: 67, + height: 68, isClosable: false, componentName: 'template', title: 'IC', @@ -26,7 +26,7 @@ const config = { }, { type: 'component', - height: 33, + height: 32, isClosable: false, title: 'IC Options', componentName: 'template', -- cgit