1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 17:56:35 +00:00

Fix layout bug

This commit is contained in:
Evan Su 2022-03-19 23:23:11 -04:00 committed by GitHub
parent ff40b4029c
commit 791c3c3a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,7 @@ var rs64, _ = infectious.NewFEC(64, 192)
var rs128, _ = infectious.NewFEC(128, 136) var rs128, _ = infectious.NewFEC(128, 136)
func draw() { func draw() {
giu.SingleWindow().Layout( giu.SingleWindow().Flags(524351).Layout(
giu.Custom(func() { giu.Custom(func() {
if showGenpass { if showGenpass {
giu.PopupModal("Generate password:").Flags(6).Layout( giu.PopupModal("Generate password:").Flags(6).Layout(