Some of the apps have the final character in the title replaced by a hyphen i.e. FlappyNyan- instead of FlappyNyan🐱. I'm pretty sure that one at least used to show the full title.
Looking at the layout now the arrow buttons feel kind of large. They could be made a little bit more narrow (but still wide enough to be easily mouse clickable). That would leave some extra width that could be used by the icon grid to allow each cell to be a little bit wider so we can maybe get an extra character or two in each title.
Also ideally it shouldn't replace the last character with a hyphen. I'll have to look closer into the code to know if that is coming from the launcher code or the label that it uses. But in any case it should only change to a hyphen if there are 1 or more characters after the cutoff point. If there are exactly enough characters then it should show all of them and no hyphen.
Some of the apps have the final character in the title replaced by a hyphen i.e.
FlappyNyan-instead ofFlappyNyan🐱. I'm pretty sure that one at least used to show the full title.Looking at the layout now the arrow buttons feel kind of large. They could be made a little bit more narrow (but still wide enough to be easily mouse clickable). That would leave some extra width that could be used by the icon grid to allow each cell to be a little bit wider so we can maybe get an extra character or two in each title.
Also ideally it shouldn't replace the last character with a hyphen. I'll have to look closer into the code to know if that is coming from the launcher code or the label that it uses. But in any case it should only change to a hyphen if there are 1 or more characters after the cutoff point. If there are exactly enough characters then it should show all of them and no hyphen.