On 7/24/19 4:24 PM, "Jan Beneš III." wrote:
may I ask please - is there any way to make track bands wider or taller? I 
would like to see events in the track view better.

Vertical size is fixed. However, if you are building the code, you can experiment. Take a look at TrackEditor::m_trackCellHeight which is set in TrackEditor::init() in src/gui/editors/segment/TrackEditor.cpp. I tried 50 and got some really tall tracks:

    //m_trackCellHeight = std::min(fontMetrics.height() + 9, 24);
    m_trackCellHeight = 50;

  Note that I also tried 100 and that caused trouble, so there are limits.

We might want to make this a preference in case anyone wants to adjust it. Anyone else interested in this feature?

Ted.


_______________________________________________
Rosegarden-user mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to