RatioMaster.NET
RatioMaster.NET copied to clipboard
Truncated window
Hello,
I have a problem display on mono Linux, the window is truncated and I can not change its size. :

An idea ? Thanks
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
@rptx create a pull request for that if this workaround doesn't break anything for other users.