Skip to content

Commit

Permalink
disable resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebladedoge229 authored May 22, 2024
1 parent cae1aa8 commit 6fb2688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robloxstudiomanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def studio_running():
ttk.Button(root, text="Apply Settings", command=update_settings).grid(row=10, column=0, columnspan=4, pady=20)

sv_ttk.set_theme("dark")
root.resizable(False, False)
root.iconbitmap(application_path + "\\icon.ico")

root.mainloop()

0 comments on commit 6fb2688

Please sign in to comment.