Skip to content

Commit 3268bb9

Browse files
committed
Merge branch 'develop' of https://github.com/camicroscope/camicroscope into develop
2 parents 5c3f232 + 8713d68 commit 3268bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/mini/init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,14 +507,14 @@ async function initUIcomponents() {
507507
// create two side menus for tools
508508
$UI.appsSideMenu = new SideMenu({
509509
id: 'side_apps',
510-
width: 300,
510+
width: 350,
511511
// , isOpen:true
512512
callback: toggleSideMenu,
513513
});
514514

515515
$UI.layersSideMenu = new SideMenu({
516516
id: 'side_layers',
517-
width: 250,
517+
width: 350,
518518
contentPadding: 5,
519519
// , isOpen:true
520520
callback: toggleSideMenu,

0 commit comments

Comments
 (0)