Update main.py
This commit is contained in:
parent
73fe281402
commit
ca57219811
2
main.py
2
main.py
@ -48,7 +48,7 @@ class DLLExtractorApp:
|
||||
ttk.Button(file_frame, text="Browse", command=self.browse_file).grid(row=0, column=2, padx=5)
|
||||
|
||||
# Dependencies List
|
||||
ttk.Label(frame, text="Non-OS DLL Dependencies:").pack(anchor="w", pady=(10, 5))
|
||||
ttk.Label(frame, text="DLL Dependencies:").pack(anchor="w", pady=(10, 5))
|
||||
|
||||
list_frame = ttk.Frame(frame)
|
||||
list_frame.pack(fill=tk.BOTH, expand=True, pady=5)
|
||||
|
Loading…
Reference in New Issue
Block a user