Changeset 93de384 in mainline


Ignore:
Timestamp:
2025-04-07T21:36:38Z (7 days ago)
Author:
Wayne Thornton <wmthornton-dev@…>
Children:
651dde7
Parents:
0db0df2
Message:

Created UI program 'date_cfg' for graphical setting of date/time

Set 'aboutos' dialog box to always start in center screen.

Location:
uspace/app
Files:
4 added
2 edited

Legend:

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

    r0db0df2 r93de384  
    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 r93de384  
    3737        'cpptest',
    3838        'date',
     39        'date_cfg',
    3940        'devctl',
    4041        'df',
Note: See TracChangeset for help on using the changeset viewer.