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

Resizing input fields #372

Open
mueller-webservice opened this issue Nov 27, 2020 · 3 comments
Open

Resizing input fields #372

mueller-webservice opened this issue Nov 27, 2020 · 3 comments

Comments

@mueller-webservice
Copy link

Hello, it would be nice to feature resizing of the input fields. For example, if I want to input a longer text as an argument, I always need to use a seperate editor to keep track of what I type since the field in the script server is too small

@bugy bugy added the feature label Dec 9, 2020
@jarrah31
Copy link

I too would like the ability to customise how long the text input field is please.

@bugy bugy added this to the 1.18.0 milestone Sep 3, 2021
bugy added a commit that referenced this issue Feb 24, 2023
@bugy
Copy link
Owner

bugy commented Feb 24, 2023

done. Now, besides multiline_text type, you can also specify width weight for a parameter, via the following syntax:

'ui': {
  'width_weight': 2
}

It will make a parameter twice as large as others.

@bugy bugy added the resolved label Feb 24, 2023
@jarrah31
Copy link

Fantastic, thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants