Skip to content

Commit

Permalink
add the apply button
Browse files Browse the repository at this point in the history
add the apply button . i forgot to place it before :/
  • Loading branch information
Thisal-D authored May 15, 2024
1 parent b7c4e31 commit 4df55d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/components/downloads_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def place_widgets(self):
row=6, column=0, columnspan=4, padx=(100 + (20 * scale), 0), pady=(10, 0), sticky="w"
)

#elf.apply_changes_button.grid(row=7, column=3, pady=(pady, 0), padx=(20, 0), sticky="w")
self.apply_changes_button.grid(row=7, column=2, pady=(pady, 0), padx=(20, 0), sticky="w")

def set_widgets_sizes(self):
scale = AppearanceSettings.settings["scale_r"]
Expand Down

0 comments on commit 4df55d9

Please sign in to comment.