HaikuControlLook: Scale frame insets.

This is a pretty simple change, but has a noticeable effect
on insets throughout the system under HiDPI.
This commit is contained in:
Augustin Cavalier
2020-07-04 18:42:45 -04:00
parent cf7c2ea69d
commit 2d68cd06c7
+2
View File
@@ -2422,6 +2422,8 @@ HaikuControlLook::GetFrameInsets(frame_type frameType, uint32 flags, float& _lef
break;
}
inset = ceilf(inset * (be_plain_font->Size() / 12.0f));
_left = inset;
_top = inset;
_right = inset;