Font size and dialog size issue
Incorporating from the standard will allow for a choice of font sizes and themes. As a result, new problems arise.
Extended has added a lot of new items to the dialog inherited from the standard. Sometimes it's packed with a lot of information. Unfortunately, it may already exceed the displayable limit.
That's a problem because it packs such information into dialogs that don't have scrollbars. Unless you buy a large monitor, you will not be able to see the information in the lower row of the dialog. (´・ω・`)
For example like
this.
Note that most other dialogs do not require this large dialog height.
For example, in the building information window, information on nearby stations occupies many lines.
There are also many lines in road information window.
A simple fix is to add scrollbars here, but ideally these should have their own info dialogs.
And it's also a good idea to tab it to organize the information.
Now you can remove the restriction from the information that is intentionally reduced.
For example, connection information of surrounding stations and roads.
Sadly I don't know how to create a new window and I don't have time to work on it. There are tons of other issues that need to be resolved. (´・ω・`)
Unfortunately, font size selection or some dialogs will still have this problem until it is implemented.
I came to inform you of it today. Thank you.