linutil
linutil copied to clipboard
Command List cuts off - Needs 3 Lines
Describe the bug
Command list is too long and doesn't always display the shortcut keys
To Reproduce
Run at 1920x1080
Screenshots
Checklist
- [x] I checked for duplicate issues.
- [ ] I checked already existing discussions.
- [x] This issue is not included in the roadmap.
- [x] This issue is present on both stable and development branches.
Add L for Legend or ? for Help for the GUIDE which is currently assigned to G and not displayed in screenshot
Adding another line is easy, but there's an issue, empty space:
It'd be nice to make the Constraint dynamically assign the lines needed.
Adding another line is easy, but there's an issue, empty space:
It'd be nice to make the Constraint dynamically assign the lines needed.
is it possible to make it dynamic depending on the screen size ?
is it possible to make it dynamic depending on the screen size ?
It is possible to make it dynamic depending on the number of lines provided by draw_chortcuts. The screen size doesn't matter here. It uses 100% of space horizontally.
Resolved with #668
It'd be nice to make the Constraint dynamically assign the lines needed.