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:
parent
e9d6aa2c5c
commit
ddbd9ed0cd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user