Skip to content

Commit

Permalink
fix: Layout fillContainer/fillWithSpaces
Browse files Browse the repository at this point in the history
  • Loading branch information
levovix0 committed Sep 8, 2024
1 parent 4d5e14c commit 65746eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sigui/layouts.nim
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ proc reposition(this: Layout) =

let fillContainer =
if child of InLayout: child.InLayout.fillContainer[]
else: this.fillWithSpaces[]
else: this.fillContainer[]

let align =
if child of InLayout: child.InLayout.align[]
Expand Down

0 comments on commit 65746eb

Please sign in to comment.