Skip to content

Commit

Permalink
Simplified example (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed May 9, 2024
1 parent f46bad3 commit 5dd4551
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/ui/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,7 @@ def ui_list_view():

text = ui.text("Selection: " + ", ".join(map(str, value)), grid_column="span 2")

return ui.grid(
text, lv, lv2, columns="repeat(2, 1fr)", rows="min-content", height="100%"
)
return text, lv, lv2


lv = ui_list_view()
Expand Down

0 comments on commit 5dd4551

Please sign in to comment.