mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
Meta: s/MenuBar/AppBar/g
This commit is contained in:
@@ -70,7 +70,7 @@ U0 Main()
|
||||
{
|
||||
Window* win = Compositor.CreateWindow(0, 0, Display.Width(), 32,
|
||||
WIN_FLAGS_NOHILIGHT | WIN_FLAGS_SKIP);
|
||||
Gui.Window.SetTitle(win, "MenuBar");
|
||||
Gui.Window.SetTitle(win, "AppBar");
|
||||
|
||||
ButtonWidget* system_menu_btn = Gui.CreateWidget(win, WIDGET_TYPE_BUTTON, 0, 0, 58, 24);
|
||||
Gui.Widget.SetText(system_menu_btn, "");
|
||||
|
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 869 B |
Reference in New Issue
Block a user