Meta: s/MenuBar/AppBar/g
This commit is contained in:
parent
4d8ba1e57d
commit
de05895ecd
3 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ U0 Main()
|
||||||
{
|
{
|
||||||
Window* win = Compositor.CreateWindow(0, 0, Display.Width(), 32,
|
Window* win = Compositor.CreateWindow(0, 0, Display.Width(), 32,
|
||||||
WIN_FLAGS_NOHILIGHT | WIN_FLAGS_SKIP);
|
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);
|
ButtonWidget* system_menu_btn = Gui.CreateWidget(win, WIDGET_TYPE_BUTTON, 0, 0, 58, 24);
|
||||||
Gui.Widget.SetText(system_menu_btn, "");
|
Gui.Widget.SetText(system_menu_btn, "");
|
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 869 B |
|
@ -143,7 +143,7 @@ U0 @systemstarter_startup()
|
||||||
Spawn(SystemTray.Task, , "SystemTray", T(mp_cnt > 3, 2, 1));
|
Spawn(SystemTray.Task, , "SystemTray", T(mp_cnt > 3, 2, 1));
|
||||||
|
|
||||||
SystemStarter.Spawn("M:/Applications/OS/Wallpaper.app", "Wallpaper");
|
SystemStarter.Spawn("M:/Applications/OS/Wallpaper.app", "Wallpaper");
|
||||||
SystemStarter.Spawn("M:/Applications/OS/MenuBar.app", "MenuBar");
|
SystemStarter.Spawn("M:/Applications/OS/AppBar.app", "AppBar");
|
||||||
SystemStarter.Spawn("M:/Applications/OS/TaskSwitcher.app",
|
SystemStarter.Spawn("M:/Applications/OS/TaskSwitcher.app",
|
||||||
"TaskSwitcher");
|
"TaskSwitcher");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue