We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have a problem display on mono Linux, the window is truncated and I can not change its size. :
An idea ? Thanks
The text was updated successfully, but these errors were encountered:
Hi, As a workaround, you can edit the following file: https://github.com/NikolayIT/RatioMaster.NET/blob/master/Source/RatioMaster/MainForm.Designer.cs and change values of: this.MaximumSize = new System.Drawing.Size this.MinimumSize = new System.Drawing.Size
this.MaximumSize = new System.Drawing.Size
this.MinimumSize = new System.Drawing.Size
Sorry, something went wrong.
@rptx create a pull request for that if this workaround doesn't break anything for other users.
No branches or pull requests
Hello,
I have a problem display on mono Linux, the window is truncated and I can not change its size. :
An idea ?
Thanks
The text was updated successfully, but these errors were encountered: