RatioMaster.NET icon indicating copy to clipboard operation
RatioMaster.NET copied to clipboard

Truncated window

Open GitanHubert opened this issue 9 years ago • 2 comments

Hello,

I have a problem display on mono Linux, the window is truncated and I can not change its size. :

capture du 2017-02-15 14-51-20

An idea ? Thanks

GitanHubert avatar Feb 15 '17 13:02 GitanHubert

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 avatar Aug 06 '17 22:08 rptx

@rptx create a pull request for that if this workaround doesn't break anything for other users.

NikolayIT avatar Aug 06 '17 22:08 NikolayIT