1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-10 14:46:24 +01:00

Implement TrackPanel::Root()

This commit is contained in:
Paul Licameli
2018-11-01 12:18:41 -04:00
parent 08f88ebf2e
commit 128ba93ae7
2 changed files with 129 additions and 1 deletions

View File

@@ -518,6 +518,7 @@ enum : int {
kBottomMargin = kShadowThickness + kBorderThickness,
kLeftMargin = kLeftInset + kBorderThickness,
kRightMargin = kRightInset + kShadowThickness + kBorderThickness,
kSeparatorThickness = kBottomMargin + kTopMargin,
};
enum : int {