Hi,
I had some trouble with the design of the UndefinedProjectionDialog. In German the first line was running out of the window and I wanted to add the name of the layer, that gets changed. Furthermore there was much unused space between the radiobuttons and it looked kind of confusing.
So I went and had a look at it and made it change its size dynamically.
Because I don't know whether you would like to add this change I only did German (which I need) and the default language.
I removed the German DialogResource and put the needed strings in UndefinedProjectionStrings.resx.
If you decide to add this change this would have to be done for the other languages to.
Comments: ** Comment from web user: mogikanin **
I had some trouble with the design of the UndefinedProjectionDialog. In German the first line was running out of the window and I wanted to add the name of the layer, that gets changed. Furthermore there was much unused space between the radiobuttons and it looked kind of confusing.
So I went and had a look at it and made it change its size dynamically.
Because I don't know whether you would like to add this change I only did German (which I need) and the default language.
I removed the German DialogResource and put the needed strings in UndefinedProjectionStrings.resx.
If you decide to add this change this would have to be done for the other languages to.
Comments: ** Comment from web user: mogikanin **
Hi, try changeset 74557. I've fixed issue with first line in German, and also added LayerName to the form Caption.
The idea with dynamically resizing is not very good, because currently we can specify controls location, size, etc for every languge separaretly and it is a very comfortably.