Skip to content

Commit

Permalink
Merge pull request #12385 from catboxanon/dev
Browse files Browse the repository at this point in the history
Remove deprecated style method
  • Loading branch information
AUTOMATIC1111 authored Aug 7, 2023
2 parents 4c72377 + 7d8f55e commit fd67eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def create_ui():
extra_tabs = gr.Tabs(elem_id="txt2img_extra_tabs")
extra_tabs.__enter__()

with gr.Tab("Generation", id="txt2img_generation") as txt2img_generation_tab, gr.Row().style(equal_height=False):
with gr.Tab("Generation", id="txt2img_generation") as txt2img_generation_tab, gr.Row(equal_height=False):
with gr.Column(variant='compact', elem_id="txt2img_settings"):
scripts.scripts_txt2img.prepare_ui()

Expand Down

0 comments on commit fd67eaf

Please sign in to comment.