Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResizeHandleRow - allow overriden column scale parametr #15004

Conversation

light-and-ray
Copy link
Contributor

@light-and-ray light-and-ray commented Feb 22, 2024

Description

By creating resizble columns using this way:

with ResizeHandleRow():
    with gr.Column(scale=4):
        ...
    with gr.Column(scale=3):
        ...

Current implementation ignores scale settings. This PR fixes it

Checklist:

@AUTOMATIC1111 AUTOMATIC1111 merged commit e3a8dc6 into AUTOMATIC1111:dev Feb 26, 2024
3 checks passed
AUTOMATIC1111 added a commit that referenced this pull request Feb 26, 2024
…overriden_column_scale_parametr

ResizeHandleRow - allow overriden column scale parametr
@light-and-ray light-and-ray deleted the ResizeHandleRow_-_allow_overriden_column_scale_parametr branch February 26, 2024 08:37
@pawel665j pawel665j mentioned this pull request Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants