Skip to content

Commit

Permalink
fix alert text place info
Browse files Browse the repository at this point in the history
fix alert text place info
  • Loading branch information
Thisal-D authored May 15, 2024
1 parent 4df55d9 commit df1b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/components/appearance_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def set_widgets_sizes(self):
self.custom_accent_color_display_btn.configure(width=30 * scale, height=30 * scale, corner_radius=6 * scale)
self.custom_accent_color_entry.configure(width=140 * scale, height=28 * scale)
self.custom_accent_color_apply_btn.configure(width=50 * scale, height=24 * scale)
self.custom_accent_color_alert_text.configure(width=590 * scale, height=80 * scale)
self.custom_accent_color_alert_text.configure(width=590 * scale, height=85 * scale)

self.scale_change_slider.configure(width=180 * scale, height=18 * scale)
self.scale_apply_btn.configure(width=50 * scale, height=24 * scale)
Expand Down

0 comments on commit df1b24b

Please sign in to comment.