los icon indicating copy to clipboard operation
los copied to clipboard

Clean up crowded widgets on bottom of the sidebars

Open ViktorNova opened this issue 8 years ago • 5 comments

The widgets bottom of the sidebar on both the main view and piano roll are all cluttery. The dropdown menus are squished and impossible to read, and the buttons are tiny and not labeled (and since tooltips in LOS don't really work, it is a complete mystery what these buttons do). Everything looks all squished together.

It needs to be reformatted so things fit nicely, are labeled, and everything has enough room. Also bigger buttons.

Instrument panel on main view: image

Piano Roll: image

https://github.com/falkTX/los/issues/33

ViktorNova avatar Jan 19 '17 23:01 ViktorNova

Those don't look like that to me, I think it's related to your desktop theme font size setting. We can force the pixel size of the font.

falkTX avatar Jan 20 '17 21:01 falkTX

Interesting! I do tend to have bigger than normal font sizes, so that's good to know. This would be a good quick fix for this issue, though I'm a little concerned about the small fonts in LOS in the future (as high-DPI monitors are becoming more common and some things are getting hard to see =)

ViktorNova avatar Jan 24 '17 00:01 ViktorNova

HiDPI only starts to work properly in Qt 5.6, so let's only worry about that when we move to Qt5.

falkTX avatar Jan 24 '17 08:01 falkTX

Cool. So if we hardcode a small font size now, will the hi DPI features of Qt 5.6+ automatically scale them up, or should we just leave it alone for now?

ViktorNova avatar Jan 27 '17 23:01 ViktorNova

there's 2 api calls to set the font size, one of them works for hi-dpi because it doesn't use pixels. but forgot which one it is.

falkTX avatar Jan 28 '17 00:01 falkTX