Changeset 06d0c81 in mainline for uspace/app/launcher/launcher.c


Ignore:
Timestamp:
2020-11-19T22:38:17Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
20667af
Parents:
2e0a2e7
Message:

Window placement

Needed to recreate the current 'desktop' and keep CI tests working

File:
1 edited

Legend:

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

    r2e0a2e7 r06d0c81  
    184184        ui_wnd_params_init(&params);
    185185        params.caption = "Launcher";
     186        params.placement = ui_wnd_place_top_right;
    186187        params.rect.p0.x = 0;
    187188        params.rect.p0.y = 0;
Note: See TracChangeset for help on using the changeset viewer.