Skip to content

Commit

Permalink
chore: Add a bit of extra padding below section subtitle
Browse files Browse the repository at this point in the history
It looked a bit cramped
  • Loading branch information
Amund211 committed Sep 14, 2024
1 parent f29d3c4 commit 68643f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prism/overlay/output/overlay/settings_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def make_section(
foreground="white",
background="black",
)
subtitle_label.pack(side=tk.TOP)
subtitle_label.pack(side=tk.TOP, pady=(0, 5))
self.make_widgets_scrollable(subtitle_label)

section_frame = tk.Frame(
Expand Down

0 comments on commit 68643f1

Please sign in to comment.