ArcticaProject / arctica-greeter

Arctica Greeter: Greeter Frontend for LightDM
GNU General Public License v3.0
27 stars 10 forks source link

src/background.vala: Better positioning of logo, make the positioning… #87

Closed sunweaver closed 9 months ago

sunweaver commented 9 months ago

… independent of logo height (i.e. adjust the position to the logo height).

This introduces BackgroundLoader.logo_width and .logo_height. We currently only use .logo_height for now. But having both geoemtry values available might be helpful at a later time. And it feels incomplete to only pass-through the height.