Open rickmcgeer opened 1 year ago
It turns out I was fixing the wrong button!
Added a layout to MenuBarButton
in GalyleoSideBar
layout: new TilingLayout({
align: 'row',
axisAlign: 'center',
align: 'right',
spacing: 4
}),
@merryman, please review and I will close:
$world.execCommand("open browser", {moduleName: "studio/side-bar.cp.js", packageName: "galyleo-dashboard", codeEntity: "GalyleoSideBar"});
@merryman, I've tried everything I can think of with the layout, but it's stubbornly still doing this:
Obviously, it should be on a single line, as it is when I do a
part(CloseButton).openInWorld();
Can you take a look and bring it back to where it was when it had a HorizontalLayout? $world.execCommand("open browser", {moduleName: "studio/side-bar.cp.js", packageName: "galyleo-dashboard", });