Skip to content

Commit

Permalink
Fix simple mode parameter display
Browse files Browse the repository at this point in the history
  • Loading branch information
receyuki committed Sep 3, 2023
1 parent 6b30a49 commit c3e12d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sd_prompt_reader/parameter_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def __init__(self, parent, status_bar):
text=PARAMETER_PLACEHOLDER,
fg_color=BUTTON_HOVER,
corner_radius=5,
wraplength=300,
)
self.setting_cfg.pack(side="left")
self.setting_cfg.bind(
Expand All @@ -109,6 +110,7 @@ def __init__(self, parent, status_bar):
text=PARAMETER_PLACEHOLDER,
fg_color=BUTTON_HOVER,
corner_radius=5,
wraplength=300,
)
self.setting_steps.pack(side="left")
self.setting_steps.bind(
Expand All @@ -127,6 +129,7 @@ def __init__(self, parent, status_bar):
text=PARAMETER_PLACEHOLDER,
fg_color=BUTTON_HOVER,
corner_radius=5,
wraplength=300,
)
self.setting_size.pack(side="left")
self.setting_size.bind(
Expand Down

0 comments on commit c3e12d7

Please sign in to comment.