mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +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
Notes:
sideshowbarker
2024-07-18 21:04:43 +09:00
Author: https://github.com/awesomekling
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