Code differences between linux - windows 10 #112
demosthenesk
started this conversation in
General
Replies: 1 comment 3 replies
-
To center in screen in Linux i must write StartPosition after SetBounds
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following code gives different results in linux and windows10.
In Windows 10 the form is centered to the screen
In Linux ubuntu-mate 20.04 SetBounds 0, 0 overwrites CenterScreen and form is running at x=0, y=0
Beta Was this translation helpful? Give feedback.
All reactions