mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
WindowServer+LibGfx: Make menubar menus slightly larger
Also make sure the left/right padding is equally large.
This commit is contained in:
parent
3020f5efd9
commit
4b6fba1e4c
5 changed files with 9 additions and 16 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
bool has_open_menu() const { return !m_open_menu_stack.is_empty(); }
|
||||
|
||||
Gfx::IntRect menubar_rect() const;
|
||||
static int menubar_menu_margin() { return 13; }
|
||||
static int menubar_menu_margin() { return 14; }
|
||||
|
||||
void set_needs_window_resize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue