mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 04:07:34 +00:00
WindowServer+LibGUI: Show action icons in the menus when possible
Any GAction that has an icon assigned will now show up with that icon when added to a menu as well. I made the menu items 2px taller to accomodate the icons. I think this turned out quite nice as well :^)
This commit is contained in:
parent
d522a6fe4c
commit
1e604b7984
11 changed files with 61 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "WSMenuBar.h"
|
||||
#include "WSMenu.h"
|
||||
#include "WSMenuItem.h"
|
||||
#include <LibDraw/GraphicsBitmap.h>
|
||||
|
||||
WSMenuBar::WSMenuBar(WSClientConnection& client, int menubar_id)
|
||||
: m_client(client)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue