You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Channel name labels in the mixer cannot be stretched; however, volume controls can, which makes the mixer look very disproportionate and unpleasant to look at, and you cannot see the full titles on the channels.
Make labels and volume controls proportional to the size of the windows: half and half.
Implementation Details / Mockup
Please search the issue tracker for existing feature requests before submitting your own.
I have searched all existing issues and confirmed that this is not a duplicate.
The text was updated successfully, but these errors were encountered:
Unfortunately, this is not as simple as it might seem at first sight. Normally, one would change the 0 in the following line to something else, e.g. a 1:
The reason is that the name label has quite some complex implementation, i.e. it is a QGraphicsScene which display the actual line edit. I think this was done so that the rename dialog is also rotated by 90 degrees if you rename the channel.
The width of the mixer channel is the width that's set here:
Enhancement Summary
Channel name labels in the mixer cannot be stretched; however, volume controls can, which makes the mixer look very disproportionate and unpleasant to look at, and you cannot see the full titles on the channels.
Make labels and volume controls proportional to the size of the windows: half and half.
Implementation Details / Mockup
Please search the issue tracker for existing feature requests before submitting your own.
The text was updated successfully, but these errors were encountered: