mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Change channel separator thickness to 1
(cherry picked from audacity commit fd836fc36f
)
Signed-off-by: akleja <storspov@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ enum : int {
|
|||||||
kTopMargin = kTopInset + kBorderThickness,
|
kTopMargin = kTopInset + kBorderThickness,
|
||||||
kBottomMargin = kShadowThickness + kBorderThickness,
|
kBottomMargin = kShadowThickness + kBorderThickness,
|
||||||
kTrackSeparatorThickness = kBottomMargin + kTopMargin,
|
kTrackSeparatorThickness = kBottomMargin + kTopMargin,
|
||||||
kChannelSeparatorThickness = kTrackSeparatorThickness,
|
kChannelSeparatorThickness = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user