System/Core/SystemTray+AppBar: Reposition tray icons w/ system clock

This commit is contained in:
Alec Murphy
2025-09-21 00:14:39 -04:00
parent 5c6a239b70
commit b86cd2ce3d
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ U0 @systemtray_unregister_item(Widget* item)
U0 @systemtray_reindex_items()
{
I64 x = Display.Width() - 100;
I64 x = Display.Width() - 128;
@window_widgets_list* item = Compositor.menubar.win->widget;
while (item->next)
item = item->next;