prikhi / lightdm-mini-greeter

A Minimal, Configurable, Single-User GTK3 LightDM Greeter
GNU General Public License v3.0
541 stars 48 forks source link

Add Ability to Set Border Radius on Password Input #67

Closed Barbaross93 closed 3 years ago

Barbaross93 commented 4 years ago

Contrary to #63 , I was wondering if its possible to change/remove the border radius on the password entry border?

prikhi commented 3 years ago

Most likely, just gotta figure out if it's a GtkEntry function or a CSS thing. Gimme a day or two.

prikhi commented 3 years ago

Got this working, will add a password-border-radius field that you can use arbitrary CSS sizes with(0, 5px, 2rem, etc). & it took me a while, but through judicious usage of screenshots, I was able to figure out the correct default value to make the config backwards compatible...

For any future people that happen to be googling something like "GTK Entry Default Border Radius" - it's 0.341125em :expressionless:

Commit incoming, maybe tonight or tomorrow.

prikhi commented 3 years ago

Fixed in 10c27727959214ce8512a68ea5dbf0e8d211e104, set the new password-border-radius option to 0 to remove it.