Skip to content

Commit

Permalink
can-lehmann#88 remove unnecessary ignoreFields
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Oct 8, 2023
1 parent b922b8f commit 66c1017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/popover_menu.nim
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ method view(app: AppState): Widget =

Box(orient = OrientY):
HeaderBar {.expand: false.}:
insert(app.toAutoFormMenu(ignoreFields = @["pixbuf", "loading"], sizeRequest = (400, 300))) {.addRight.}
insert(app.toAutoFormMenu(sizeRequest = (400, 300))) {.addRight.}

MenuButton {.addRight.}:
icon = "open-menu"
Expand Down

0 comments on commit 66c1017

Please sign in to comment.