Changeset 3acb63b5 in mainline for uspace/lib/ui/src/msgdialog.c


Ignore:
Timestamp:
2025-04-09T20:01:05Z (6 days ago)
Author:
GitHub <noreply@…>
Children:
a92290d
Parents:
9f945464 (diff), a188131 (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.
git-author:
Wayne Thornton <wmthornton-dev@…> (2025-04-09 20:01:05)
git-committer:
GitHub <noreply@…> (2025-04-09 20:01:05)
Message:

Merge pull request #4 from HelenOS/master

Add UI to system installer

File:
1 edited

Legend:

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

    r9f945464 r3acb63b5  
    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.