From 71d62edd61dc092719607351b5e52a0c281eebe2 Mon Sep 17 00:00:00 2001 From: Felix Salcher Date: Sun, 29 Jun 2025 14:32:09 +0200 Subject: [PATCH] increase the default margin of the eye --- src/renderer/widgets/PasswordInputField.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/widgets/PasswordInputField.hpp b/src/renderer/widgets/PasswordInputField.hpp index 8321593..772bc9a 100644 --- a/src/renderer/widgets/PasswordInputField.hpp +++ b/src/renderer/widgets/PasswordInputField.hpp @@ -86,7 +86,7 @@ class CPasswordInputField : public IWidget { } password; struct { - int margin = 4; + int margin = 8; double size = 0.25; std::string placement = "right";