Changeset b4f43a1 in mainline
- Timestamp:
- 2013-04-09T22:00:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 381ff2f, 3deb0155
- Parents:
- c43b89e8
- Location:
- uspace/app/vlaunch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/vlaunch.c
rc43b89e8 rb4f43a1 57 57 #define NAME "vlaunch" 58 58 59 #define LOGO_WIDTH 6460 #define LOGO_HEIGHT 6 059 #define LOGO_WIDTH 196 60 #define LOGO_HEIGHT 66 61 61 62 62 static char *winreg = NULL; … … 156 156 grid->add(grid, &btn_vlaunch->widget, 4, 0, 1, 1); 157 157 158 window_resize(main_window, 180, 280 + LOGO_HEIGHT);158 window_resize(main_window, 210, 280 + LOGO_HEIGHT); 159 159 window_exec(main_window); 160 160
Note:
See TracChangeset
for help on using the changeset viewer.