Skip to content

Commit

Permalink
fix bug with 4 items again
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Feb 1, 2024
1 parent cd33abd commit 39e2e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def create_mp4_frame(self):
label.grid(row=2, column=4)
self.miniWeight4 = ctk.CTkEntry(master=tabview.tab("Item Mods"), width=48, font=("Arial", 16, "bold"))
self.miniWeight4.grid(row=2, column=5)
label = ctk.CTkLabel(master=tabview.tab("Item Mods"), text=" % common. ", font=("Arial", 16))
label = ctk.CTkLabel(master=tabview.tab("Item Mods"), text=" % common.", font=("Arial", 16))
label.grid(row=2, column=6)

# Create mushroom orb space icon and entry
Expand Down

0 comments on commit 39e2e80

Please sign in to comment.