AnarchidThe repo is simply a mirror of ZeroKLobby. Only two files have actually been changed (project files
http://pastebin.com/9DNgghx5).There is a bug in my version of Mono.
UserControl.MaximumSize and UserControl.MinimumSize are not correctly honored. Widgets continually shrink as they are re-rendered.
I am not sure, how to go about fixing the issue or, whether it needs to be fixed.
Recently, noticed that Mono enables autoscaling by default (where as .NET does not). Not sure if this would have an effect, but it is worth investigating.
http://www.mono-project.com/FAQ:_WinformsWill try to disable autoscaling tonight, to see if it makes a difference.
export MONO_MWF_SCALING=disable
Also, found this
http://nuget.codeplex.com/workitem/3332 in a comment in Vermind's blog post. The path for .nuget/NuGet.targets is incorrect (will not work on Windows). I will fix that tonight.