mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 12:56:52 +00:00
Fix layout bug
This commit is contained in:
parent
ff40b4029c
commit
791c3c3a19
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue