linutil icon indicating copy to clipboard operation
linutil copied to clipboard

Command List cuts off - Needs 3 Lines

Open ChrisTitusTech opened this issue 1 year ago • 5 comments

Describe the bug

Command list is too long and doesn't always display the shortcut keys

To Reproduce

Run at 1920x1080

Screenshots

image

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.

ChrisTitusTech avatar Sep 23 '24 16:09 ChrisTitusTech

Add L for Legend or ? for Help for the GUIDE which is currently assigned to G and not displayed in screenshot

ChrisTitusTech avatar Sep 23 '24 16:09 ChrisTitusTech

Adding another line is easy, but there's an issue, empty space: image It'd be nice to make the Constraint dynamically assign the lines needed.

adamperkowski avatar Sep 24 '24 00:09 adamperkowski

Adding another line is easy, but there's an issue, empty space: image 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 ?

RazoBeckett avatar Sep 24 '24 11:09 RazoBeckett

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.

adamperkowski avatar Sep 24 '24 11:09 adamperkowski

Resolved with #668

cartercanedy avatar Sep 26 '24 19:09 cartercanedy