increase the default margin of the eye

This commit is contained in:
Felix Salcher 2025-06-29 14:32:09 +02:00
parent a39c2af9c1
commit 71d62edd61
No known key found for this signature in database

View file

@ -86,7 +86,7 @@ class CPasswordInputField : public IWidget {
} password;
struct {
int margin = 4;
int margin = 8;
double size = 0.25;
std::string placement = "right";