In my projects I tend to use eight to ten tracks with descriptive track names. Currently, the space available for track titles is rather terse, around ten to fifteen characters. In particular, the space is controlled by the space required for the track header icons (lock, audio, video, compositing). Please make the track header width configurable to the user; preferably as a layout configuration parameter that the user can change by dragging the divider between the track headers and the track contents with the mouse. By making it a layout configuration parameter it can be saved and restored together with the overall Kdenlive view layout. Reproducible: Always Steps to Reproduce: 1. Double click on the title of a track. 2. Enter a slightly longer track name, such as "Company Logo Overlay" and press Enter. Actual Results: Longer Track names get truncated in display. Expected Results: Width of track headers should be adjustable to accommodate for longer track names.
This is now implemented in recent git master as part of the disappearing track controls fix. Thank you very much for implementing this feature!
Git commit 3b1a28a81f5d6e979cb66ff2522d87e807f3d5a3 by Jean-Baptiste Mardelle. Committed on 13/07/2016 at 20:03. Pushed by mardelle into branch 'master'. Save track header width M +4 -0 src/kdenlivesettings.kcfg M +6 -0 src/timeline/timeline.cpp M +2 -0 src/timeline/timeline.h http://commits.kde.org/kdenlive/3b1a28a81f5d6e979cb66ff2522d87e807f3d5a3