Changeset 708bfeb in mainline


Ignore:
Timestamp:
2025-04-07T22:09:29Z (10 hours ago)
Author:
GitHub <noreply@…>
Parents:
0db0df2 (diff), 651dde7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Wayne Thornton <wmthornton-dev@…> (2025-04-07 22:09:29)
git-committer:
GitHub <noreply@…> (2025-04-07 22:09:29)
Message:

Merge 651dde7897579dd734beac4997b0da126f485de4 into 0db0df2acaf79a846301b8337ca8d67aee9c1f18

Location:
uspace/app
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/aboutos/aboutos.c

    r0db0df2 r708bfeb  
    167167        ui_wnd_params_init(&params);
    168168        params.caption = "About HelenOS";
     169        params.placement = ui_wnd_place_center;
    169170
    170171        /* FIXME: Auto layout */
  • uspace/app/meson.build

    r0db0df2 r708bfeb  
    3737        'cpptest',
    3838        'date',
     39        'date_cfg',
    3940        'devctl',
    4041        'df',
Note: See TracChangeset for help on using the changeset viewer.