Changeset 06d0c81 in mainline for uspace/app/barber


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/barber/barber.c

    r2e0a2e7 r06d0c81  
    362362        ui_wnd_params_init(&params);
    363363        params.caption = "";
     364        params.placement = ui_wnd_place_bottom_right;
    364365        /*
    365366         * Compute window rectangle such that application area corresponds
Note: See TracChangeset for help on using the changeset viewer.