mirror of
https://review.haiku-os.org/haiku
synced 2025-01-24 07:14:48 +01:00
e439b00397
Create and use BLayoutUtils::AlignOnRect() to position the button label in BControlLook::DrawLabel(). AlignOnRect(), unlike AlignInFrame(), provides the possibility to return a rectangle with dimensions greater than the available size. Add some comments above the methods in LayoutUtils that indicate such. Also update copyright headers in LayoutUtils and ControlLook