9Hey, I really like the theme! However, on resolutions different from 1920x1080 the splash screen text "Linux for Open Minds" was not centered. I fixed this by replacing (in the splash.qml file) in line 162 the anchors with the x-y-coordinates I found further down
x: (root.width - width) / 2
y: (root.height / 3) * 2
Now works on my 1600x900 screen. Please also fix for the Global Theme.
Thanks!
Thank You, lejnd! Thank you very much that you pointed to the problem with the Splashscreen. I immediately did update Global Theme and Splashscreen. Welcome
Ratings & Comments
5 Comments
9 Hey, I really like the theme! However, on resolutions different from 1920x1080 the splash screen text "Linux for Open Minds" was not centered. I fixed this by replacing (in the splash.qml file) in line 162 the anchors with the x-y-coordinates I found further down x: (root.width - width) / 2 y: (root.height / 3) * 2 Now works on my 1600x900 screen. Please also fix for the Global Theme. Thanks!
Thank You, lejnd! Thank you very much that you pointed to the problem with the Splashscreen. I immediately did update Global Theme and Splashscreen. Welcome
Really quick fix, thanks!
10 10 the best
Thank You, shareorlikeit!