Skip to content
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

Update to add support for Layout Management #47

Open
n0toose opened this issue Jan 16, 2020 · 1 comment
Open

Update to add support for Layout Management #47

n0toose opened this issue Jan 16, 2020 · 1 comment

Comments

@n0toose
Copy link
Contributor

n0toose commented Jan 16, 2020

This application does not use the Layout API. This results in weird behavior with cut-off text, as well as a lot of other visible quirks.

image

Certain important labels are also cut off, and the margins between objects are not sufficient:

image

The Control windows should be reimplemented, and the windows should be resizable.

@pulkomandy
Copy link
Owner

The "part" widget in the main view is sized not according to its contents, but according to the part length in the song. Otherwise things would be misaligned.

The volume sliders are intentionally stuck closely to the vumeters because they are grouped by channel.

The main window has only 3 views: the menu, the main view with all the parts, and the scrollbar. I think layout isn't really needed there. A better minimal size so that the menu is always fully visible would be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants