Skip to content

frameless window can not resize #2

@xland

Description

@xland

Frameless window can not resize
OS:Windows 10

  const mainWindow = gui.Window.create({frame:false}); //frame less
  mainWindow.onClose = () => gui.MessageLoop.quit();
  mainWindow.setContentSize({width: 400, height: 250});
  mainWindow.setContentView(createBrowser());
  mainWindow.center();
  mainWindow.activate();
  mainWindow.setResizable(true);  // can not resize

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions