From 791c3c3a19e153ce4d5929123bb3f8d5dba37f9a Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 19 Mar 2022 23:23:11 -0400 Subject: [PATCH] Fix layout bug --- src/Picocrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Picocrypt.go b/src/Picocrypt.go index 4cf4908..d4147da 100644 --- a/src/Picocrypt.go +++ b/src/Picocrypt.go @@ -143,7 +143,7 @@ var rs64, _ = infectious.NewFEC(64, 192) var rs128, _ = infectious.NewFEC(128, 136) func draw() { - giu.SingleWindow().Layout( + giu.SingleWindow().Flags(524351).Layout( giu.Custom(func() { if showGenpass { giu.PopupModal("Generate password:").Flags(6).Layout(