Toolbar buttons look ugly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

I recently got the VisualStudio 2005 Beta 2 and already moved my open-source
C# development to it. However since I want to release .NET 1.1 assemblies I
have to keep the code compatible. After doing some work on a form in VS 2005
I noticed that this form's toolbar looked quite ugly when I compiled the
project with VS 2003. The toolbar buttons were somehow sticking closely
together when compiled for .NET 1.1, in .NET 2.0 they however look fine. Has
anyboy got an idea how I can fix the appearance in .NET 1.1?

Thanks already in advance!
 
I already fixed the problem by just reentering the correct size for the
buttons in VS 2003, which was being displayed anyway, but for some reason it
must have been incorrectly written in the forms-designer code.

Thanks to everyone, who wanted to help!
 
Back
Top