Let's make issue for UI Scaling for HiDPI displays. This has been started already with following Pull Request: https://github.com/tuomount/Open-Realms-of-Stars/pull/793 There are still some work to do: - [ ] Go through each label render and modify those. - [x] Add ListSelectionListener for PlanetView to show building information - [x] Planet number line stroke is too tall when zooming out. This was already in previous version, but color was almost transparent so it wasn't obvious. - [x] Now Sun labels in starmap are wider and not redraw from right hand side - [x] Galaxy creation does not fit into boxes with smaller resolution - [x] Fix SpaceCheckBox nothing is drawn if no text. - [x] Add scale support for RealmSetupView - [x] SpaceCheckBox icon is middle of text y-coordinate, not in top of the box. - [ ] Fill and test docs/UI-SCALING-TEST-PLAN.md
Let's make issue for UI Scaling for HiDPI displays. This has been started already with following Pull Request: #793
There are still some work to do: