PanelPane with popover theme. It actually works:
loginPane: SC.PanelPane.design({
theme: “popover”,
layout: { centerX: 0, centerY: 0, width: 400, height: 300 },
contentView: SC.WorkspaceView.design({})
})
PanelPane with popover theme. It actually works:
loginPane: SC.PanelPane.design({
theme: “popover”,
layout: { centerX: 0, centerY: 0, width: 400, height: 300 },
contentView: SC.WorkspaceView.design({})
})