Skip to content

Commit

Permalink
change warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Feb 4, 2024
1 parent 5e010bc commit b02dbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ def create_mp4_frame(self):
parseButtonFour = ctk.CTkButton(master=tabview.tab("Item Mods"), command=self.actionSpaceButtonFourItem, text="Generate Codes")
parseButtonFour.place(x=10, y=560)

warningLabel = ctk.CTkLabel(master=tabview.tab("Item Mods"), text="There must be at least 5 items with a value higher than 0. ", font=("Arial", 16, "bold"))
warningLabel.place(x=260, y=270)
warningLabel = ctk.CTkLabel(master=tabview.tab("Item Mods"), text="There must be at least 5 items with a value higher than 0 and the Mega or Mini should be worth 5. ", font=("Arial", 16, "bold"))
warningLabel.place(x=160, y=270)

return frame

Expand Down

0 comments on commit b02dbb5

Please sign in to comment.