mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Change channel separator thickness to 1
(cherry picked from audacity commit fd836fc36f891c1730e560e7b578ee1c59464aeb) Signed-off-by: akleja <storspov@gmail.com>
This commit is contained in:
parent
6c98a5a2aa
commit
0643115f15
@ -21,7 +21,7 @@ enum : int {
|
||||
kTopMargin = kTopInset + kBorderThickness,
|
||||
kBottomMargin = kShadowThickness + kBorderThickness,
|
||||
kTrackSeparatorThickness = kBottomMargin + kTopMargin,
|
||||
kChannelSeparatorThickness = kTrackSeparatorThickness,
|
||||
kChannelSeparatorThickness = 1,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user