1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Adjust vertical padding

Because we have one less border around the tracks, the Padding needs to be adjusted.

Signed-off-by: akleja <storspov@gmail.com>
This commit is contained in:
akleja 2021-08-20 21:20:56 +02:00
parent e9d6aa2c5c
commit ddbd9ed0cd

View File

@ -99,7 +99,7 @@ private:
};
enum : int {
kVerticalPadding = 7, /*!< Width of padding below each channel group */
kVerticalPadding = 6, /*!< Width of padding below each channel group */
};
enum : int {