views:

30

answers:

1

I have been testing my .NET windows applications with Mono on Ubuntu and noticed that my controls are always stretched in height. Width wise appears to be fine. I have a stack of 5 comboboxes that fit nicely within a panel, but with Mono on Ubuntu the comboxes are too tall and the last comboxbox is pushed into the boundary of the panel. Anybody know why this is happening?

A: 

You can check and see if you are using AutoScaling by accident:

http://www.mono-project.com/FAQ:_WinForms

Or someone pointed me to a really weird cause of this a couple of days ago, having Thai fonts installed on Ubuntu:

https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/539008

jpobst
I tried disabling autoscaling and still have the same problem.
John_Sheares