1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Compute default WaveTrack height analogously to NoteTrack...

... though in fact this comes to the same 150 pixels as before, given the
present layout table.
This commit is contained in:
Paul Licameli
2017-06-06 22:37:24 -04:00
parent f0c149b890
commit 84b5fd6075
3 changed files with 15 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ private:
public:
static unsigned DefaultNoteTrackHeight();
static unsigned DefaultWaveTrackHeight();
LWSlider * GainSlider(WaveTrack *t, bool captured = false) const;
LWSlider * PanSlider(WaveTrack *t, bool captured = false) const;