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:
parent
bfa7381852
commit
268d661138
2 changed files with 9 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue