Skip to content

Commit 16e69e5

Browse files
committed
"Bulk Clip Generator || Version 1.0.1 here
1 parent 6715c3b commit 16e69e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/menu.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ def show_about(parent):
7878
about_window = Toplevel(parent)
7979
about_window.title("About Bulk Clip Generator")
8080

81-
text = tk.Text(about_window, wrap=tk.WORD, height=9, width=60)
81+
text = tk.Text(about_window, wrap=tk.WORD, height=12, width=60)
8282
text.pack(padx=10, pady=10)
83-
text.insert(tk.END, "A free and open-source GUI application that simplifies creating multiple video clips from a single source.\nDefine time ranges, optionally add intro/outro videos, and generate individual, branded clips.\n\nSupport hardware acceleration for faster video export.\n\nDeveloped By: Shree\n")
83+
text.insert(tk.END, "Bulk Clip Generator || Version 1.0.1 Build 1\n\nA free and open-source GUI application that simplifies creating multiple video clips from a single source.\nDefine time ranges, optionally add intro/outro videos, and generate individual, branded clips.\n\nSupport hardware acceleration for faster video export.\n\nDeveloped By: Shree\n")
84+
8485

8586
text.config(state=tk.NORMAL)
8687
link_manager = HyperlinkManager(text)

0 commit comments

Comments
 (0)