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

Make gain slider again visible in default sized WaveTrack

This commit is contained in:
Paul Licameli
2017-06-06 21:19:57 -04:00
parent 8d517bd3bd
commit 0204cd80c5
2 changed files with 8 additions and 6 deletions

View File

@@ -919,6 +919,7 @@ enum : int {
kTrackInfoBtnSize = 18, // widely used dimension, usually height
kTrackInfoSliderHeight = 25,
kTrackInfoSliderWidth = 84,
kTrackInfoSliderAllowance = 5,
};
#ifdef USE_MIDI