Changeset 93de384 in mainline for uspace/app/aboutos/aboutos.c


Ignore:
Timestamp:
2025-04-07T21:36:38Z (8 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.

File:
1 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 */
Note: See TracChangeset for help on using the changeset viewer.