diff options
| author | stoned <Tukz@gmx.de> | 2024-08-17 09:05:56 +0200 |
|---|---|---|
| committer | stoned <Tukz@gmx.de> | 2024-08-17 09:05:56 +0200 |
| commit | 12fe09d878355a552e9df6eec6112eff4429238b (patch) | |
| tree | 25136aaf5f46f23cac8e8e27f9c87f22498121e1 | |
| parent | 19db325850a566553495e1eae3767b500a5da0aa (diff) | |
prevent ic from scrolling in default 1080p window
| -rw-r--r-- | webAO/ui.js | 4 |
1 files changed, 2 insertions, 2 deletions
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', |
