mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 01:21:25 +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 {
|
enum : int {
|
||||||
kVerticalPadding = 7, /*!< Width of padding below each channel group */
|
kVerticalPadding = 6, /*!< Width of padding below each channel group */
|
||||||
};
|
};
|
||||||
|
|
||||||
enum : int {
|
enum : int {
|
||||||
|
|||||||
Reference in New Issue
Block a user