mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-14 16:46:28 +01: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user