commit 35

This commit is contained in:
2025-07-31 16:06:43 +02:00
parent 13b54fd5c6
commit 2404a60b6c
2 changed files with 2 additions and 2 deletions

View File

@@ -312,9 +312,9 @@ class CustomFileDialog(tk.Toplevel):
# Sidebar
sidebar_frame = ttk.Frame(
paned_window, style="Sidebar.TFrame", padding=(0, 0, 0, 15), width=200)
paned_window, style="Sidebar.TFrame", padding=(0, 0, 0, 0))
# Prevent content from resizing the frame
sidebar_frame.grid_propagate(False)
# sidebar_frame.grid_propagate(False)
# Use weight=0 to give it a fixed size
paned_window.add(sidebar_frame, weight=0)