rwtnb / Drumsthesia

Drumsthesia - Rock out on your electronic drum kit!
GNU General Public License v3.0
18 stars 1 forks source link

Settings menu doesn't fit on the screen [Linux] #16

Open Punkoivan opened 1 year ago

Punkoivan commented 1 year ago

Hello! thank's for the cool app, man!

When open settings, it's not fit on my screen (please see screenshot) Screenshot_20230323_194659

I guess scaling or at least scrollbar will work. (it's laptop's screen, on 4k screen everything is cool)

Version: pulled latest code (17:30 UTC 23.03.23) and built it.

Thanks in advance

rwtnb commented 1 year ago

Hi, I don't have an easy linux machine to test right now. I'll try a VM and see if I can reproduce it this weekend.

Until then if you're willing to try to fix it yourself, it must be something around here: https://github.com/rwtnb/Drumsthesia/blob/main/src/scene/menu_scene/iced_menu/mod.rs#L403

Must be an easy fix.

Punkoivan commented 1 year ago

Hi, I don't have an easy linux machine to test right now. I'll try a VM and see if I can reproduce it this weekend.

Until then if you're willing to try to fix it yourself, it must be something around here: https://github.com/rwtnb/Drumsthesia/blob/main/src/scene/menu_scene/iced_menu/mod.rs#L403

Must be an easy fix.

Yeah, I've read iced docs and have found a solution. Please see PR.