Changeset 61b5b73d in mainline for uspace/app/vterm/vterm.c


Ignore:
Timestamp:
2014-01-17T14:33:02Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
476f62c, 66be0288
Parents:
6a3d0c7
Message:

make the title bar more subtle, change the close icon to the easily recognizable cross

File:
1 edited

Legend:

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

    r6a3d0c7 r61b5b73d  
    5555        }
    5656       
    57         window_resize(main_window, 0, 0, 648, 510, WINDOW_PLACEMENT_ANY);
     57        window_resize(main_window, 0, 0, 648, 508, WINDOW_PLACEMENT_ANY);
    5858        terminal_t *terminal_widget =
    5959            create_terminal(window_root(main_window), 640, 480);
Note: See TracChangeset for help on using the changeset viewer.