Changeset b4f43a1 in mainline


Ignore:
Timestamp:
2013-04-09T22:00:11Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
381ff2f, 3deb0155
Parents:
c43b89e8
Message:

full-size logo

Location:
uspace/app/vlaunch
Files:
2 edited

Legend:

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

    rc43b89e8 rb4f43a1  
    5757#define NAME  "vlaunch"
    5858
    59 #define LOGO_WIDTH   64
    60 #define LOGO_HEIGHT  60
     59#define LOGO_WIDTH   196
     60#define LOGO_HEIGHT  66
    6161
    6262static char *winreg = NULL;
     
    156156        grid->add(grid, &btn_vlaunch->widget, 4, 0, 1, 1);
    157157       
    158         window_resize(main_window, 180, 280 + LOGO_HEIGHT);
     158        window_resize(main_window, 210, 280 + LOGO_HEIGHT);
    159159        window_exec(main_window);
    160160       
Note: See TracChangeset for help on using the changeset viewer.