Changeset 29e7cc7 in mainline for uspace/lib/ui/src/msgdialog.c


Ignore:
Timestamp:
2025-04-18T15:14:10Z (3 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
e77c3ed
Parents:
800d188 (diff), 25fdb2d (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.
Message:

Merge branch 'upstream/master' into helenraid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/msgdialog.c

    r800d188 r29e7cc7  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2025 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    125125                wparams.rect.p0.x = 0;
    126126                wparams.rect.p0.y = 0;
    127                 wparams.rect.p1.x = 400;
     127                wparams.rect.p1.x = 440;
    128128                wparams.rect.p1.y = 110;
    129129        }
     
    154154                rect.p0.x = 10;
    155155                rect.p0.y = 35;
    156                 rect.p1.x = 390;
     156                rect.p1.x = 430;
    157157                rect.p1.y = 50;
    158158        }
Note: See TracChangeset for help on using the changeset viewer.