1 |
@Anarchid
|
1 |
@Anarchid
|
2 |
\n
|
2 |
\n
|
3 |
The repo is simply a mirror of ZeroKLobby. Only two files have actually been changed (project files http://pastebin.com/9DNgghx5).
|
3 |
The repo is simply a mirror of ZeroKLobby. Only two files have actually been changed (project files http://pastebin.com/9DNgghx5).
|
4 |
\n
|
4 |
\n
|
5 |
There is a bug in my version of Mono.
|
5 |
There is a bug in my version of Mono.
|
6 |
UserControl.MaximumSize and UserControl.MinimumSize are not correctly honored. Widgets continually shrink as they are re-rendered.
|
6 |
UserControl.MaximumSize and UserControl.MinimumSize are not correctly honored. Widgets continually shrink as they are re-rendered.
|
7 |
\n
|
7 |
\n
|
8 |
I am not sure, how to go about fixing the issue or, whether it needs to be fixed.
|
8 |
I am not sure, how to go about fixing the issue or, whether it needs to be fixed.
|
9 |
\n
|
9 |
\n
|
10 |
\n
|
10 |
\n
|
11 |
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.
|
11 |
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.
|
12 |
http://www.mono-project.com/FAQ:_Winforms
|
12 |
http://www.mono-project.com/FAQ:_Winforms
|
13 |
\n
|
13 |
\n
|
14 |
Will try to disable autoscaling tonight, to see if it makes a difference.
|
14 |
Will try to disable autoscaling tonight, to see if it makes a difference.
|
15 |
export MONO_MWF_SCALING=disable
|
15 |
export MONO_MWF_SCALING=disable
|
|
|
16 |
\n
|
|
|
17 |
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.
|