Skip to content

X and Y options to not work #193

Closed
Closed
@bsparacino

Description

@bsparacino

I am trying to position the window to the top left corner of the screen 0,0 but the window opens at the default setting, right in the middle of the scree. It appear that the X and Y coordinate options are being ignored.

var mainWindow = await Electron.WindowManager.CreateWindowAsync(new BrowserWindowOptions { X = 0, Y = 0 });

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions