In BALM::Area rename fTopLeftInset to fLeftTopInset.

This is consistent with for instance, the BSize ctor.
This commit is contained in:
Alex Wilson
2012-05-03 08:44:38 +12:00
parent f0307e765e
commit 895414da9d
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ private:
BSize fShrinkPenalties;
BSize fGrowPenalties;
BSize fTopLeftInset;
BSize fLeftTopInset;
BSize fRightBottomInset;
double fContentAspectRatio;