mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 17:28:10 +00:00
WindowServer: Made a slightly nicer icon for the system menu.
This commit is contained in:
parent
2b94b54640
commit
ec7099dac3
2 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ WSWindowManager::WSWindowManager()
|
|||
m_menu_selection_color = Color(0x84351a);
|
||||
|
||||
{
|
||||
byte system_menu_name[] = { 0xfc, 0 };
|
||||
byte system_menu_name[] = { 0xf8, 0 };
|
||||
m_system_menu = make<WSMenu>(*current, -1, String((const char*)system_menu_name));
|
||||
m_system_menu->add_item(make<WSMenuItem>(0, "Launch Terminal"));
|
||||
m_system_menu->add_item(make<WSMenuItem>(WSMenuItem::Separator));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue