fheroes2
fheroes2 copied to clipboard
Campaign screen, "DIFFICULTY" button
Preliminary checks
- [X] I've checked that there aren't other open issues on the same topic.
Describe the problem requiring a solution
There is not enough space on either side of the word "DIFFICULTY" on the button. The button looks too small. :) Compare this with the space on either side of the "VIEW INTRO" button text. Also, the spacing between the letters of the word "DIFFICULTY" seems larger than the spacing between the letters of the text of the other buttons. The spacing between the different buttons could also be adjusted to be similar.
In fheroes2:
Describe the possible solution
Make the whole thing more harmonious. :)
Additional info
No response
I agree with this. The way I see it there is one change that is necessary that would fix this, which is making the letter spacing smaller. Which you mentioned on the other options, the letters are spaced closer to each other.
Another change is more similar to what you have proposed, which could be a way to automatically adjust the size of the button according to the text. This would probably just need to make a button generating function similar to how some of the windows are automatically adjusted for the size of the text.
A button is basically just 3 parts, the two edges and the middle part which can be extended as far as the space on the screen allows for it.