Skip to content

Main: Increase size of moreOptionsText

The size of the moreOptionsText (for the KDE Handbook, About Kanagram, About KDE" was too small, as it was not being set at all. This PR makes it bigger, by using screen.width instead of parent.width.

Before (current master)

On a 1920x1080 display with the window maximised to just slightly shorter than that because of a panel, the text appears to only be a couple of pixels in height and a dozen or so pixels in width. Too small!

small.png

After (This PR)

The text is legible now. This applies to the "About Kanagram" and "About KDE" options to the left of this icon as well.

normal.png


I hope I fixed this correctly. All feedback is appreciated.

Thanks!

Merge request reports