mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-08 22:08:02 +02:00
increase the default margin of the eye
This commit is contained in:
parent
a39c2af9c1
commit
71d62edd61
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class CPasswordInputField : public IWidget {
|
|||
} password;
|
||||
|
||||
struct {
|
||||
int margin = 4;
|
||||
int margin = 8;
|
||||
double size = 0.25;
|
||||
std::string placement = "right";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue