-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Too short space for "Note Lock" #6613
Comments
I tried with some new width values to get the attached images.
|
Again, setting a fixed length may not work. The user can add their own scales, can they not? These can be of any length. Perhaps would be better to show full word on hover? |
Is there a way to add your own scales without editing the source code? I don't know, but that doesn't mean we can't tweak the default values and the ones suggested above look better than before. The scale names aren't translated so that's what it will look like right there. |
No, but I did throw out a PR with a way to define some. It needs some much better work though, and proper integration into lmms rather than an external file. |
@anytizer if you are still around, would you consider opening a PR? Or if you can't, I'll open on your behalf. |
IMO the solution is to get rid of the custom LMMS combo boxes in most contexts and to use styled Most of the combo boxes shown above can also be automated which does not make any sense either. |
@Rossmaxx These numbers (widths of combo boxes) were intended for 1k resolution screen. Other sizes may cause us to vary those widths. Yes, I would suggest, at least let us change these values for now to make the default appearance better. Regarding automations, and changes to new combo box instances, can we still do that after correcting the existing values? We might also need a way to reject automations in these dropdowns. @michaelgregorius. |
Starting with pull request #7185 the combo boxes use pixel sized fonts again. Therefore the corrections should also look identical on other screen sizes, assuming that global scaling is used by the users.
Sure, this can also be done later. I guess one approach would be to implement something like an |
@anytizer Can you open a PR with the suggested changes? |
I have a branch called "LmmsComboBox" that introduces a combo box that inherits from For more infos and screenshots see here: #7215 (comment) |
@zonkmachine I have sent a pr to @michaelgregorius 's branch for a test, before affecting the gui in master. |
@anytizer, it would be better to issue a pull request against the main repository. The "LmmsComboBox" branch is for a new implementation of the combo box which might behave differently than the current one. |
The width of note lock dropdown list is small, and hence full text is hiding.
The text was updated successfully, but these errors were encountered: