Skip to content

Commit

Permalink
Update src/Grid View/main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Oct 8, 2024
1 parent e1f33bb commit 5221757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grid View/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
add = workbench.builder.get_object("add")
remove = workbench.builder.get_object("remove")

item = 4
item = 1

string_model = Gtk.StringList.new(
["Default Item 1", "Default Item 2", "Default Item 3"]
Expand Down

0 comments on commit 5221757

Please sign in to comment.