NikolayIT / RatioMaster.NET

Ratiomaster.NET is a small standalone application which fakes upload and download stats of a torrent to almost all bittorrent trackers. This means that it does NOT rely on your bittorrent client (uTorrent, Azureus, BitComet, ABC and etc.) and it will NOT download/upload the files on a torrent - it only can fake download/upload. RatioMaster.NET has hardcoded emulations for the most commonly used BitTorrent clients: uTorrent, BitComet, Azureus, ABC, BitLord, BTuga, BitTornado, Burst, BitTyrant, BitSpirit.
http://ratiomaster.net
MIT License
331 stars 63 forks source link

Truncated window #31

Open GitanHubert opened 7 years ago

GitanHubert commented 7 years ago

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

rptx commented 7 years ago

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

NikolayIT commented 7 years ago

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