mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Change channel separator thickness to 1
This commit is contained in:
parent
cef8e228f9
commit
fd836fc36f
@ -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