1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:37:35 +00:00

LibGfx: Make ClassicWindowTheme menubar heights respect the font size

This commit is contained in:
Andreas Kling 2023-01-03 11:17:56 +01:00
parent bfa7381852
commit 268d661138
2 changed files with 9 additions and 4 deletions

View file

@ -37,6 +37,8 @@ public:
virtual float frame_alpha_hit_threshold(WindowState) const override { return 1.0f; }
private:
int menubar_height() const;
struct FrameColors {
Color title_color;
Color border_color;