Position

Configuration file ›› Window ››
Parent Previous Next

The DxWnd window position and size. Whenever you move or stretch the GUI, the new coordinates are stored here. The format is as follows:


posx=<x0>

Initial x (horizontal) position of the DxWnd GUI. When DxWnd is terminated and is not in fullscreen mode, this flag is updated to store the most recent x position, to be used next time you start the program.

posy=<y0>

Same as posx, for the y (vertical) coordinate

sizx=<width>

Same as posx, but recording the window's width. The initial width is forced to a minimum of 320 pixels.

sizy=<height>

Same as posx, but recording the window's height. The initial height is forced to a minimum of 200 pixels.