Changeset 22117 for branches


Ignore:
Timestamp:
Feb 9, 2016, 12:58:21 PM (10 years ago)
Author:
rousseau
Message:

Changed default position of PE-console [odin]

On my system, the PE-console is always displayed with the titlebar
and buttons off-screen at the top. This changes the position of the
PE-console so it can at least be moved more easily.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/kernel32/conprop2.cpp

    r21916 r22117  
    9999  pConsoleOptions->fTerminateAutomatically = FALSE;
    100100  pConsoleOptions->fSpeakerEnabled         = TRUE;
    101   pConsoleOptions->fSetWindowPosition      = FALSE;
     101  pConsoleOptions->fSetWindowPosition      = TRUE;
    102102  pConsoleOptions->coordDefaultPosition.X  = 0;
    103103  pConsoleOptions->coordDefaultPosition.Y  = 0;
    104104  pConsoleOptions->coordDefaultSize.X      = 80;
    105   pConsoleOptions->coordDefaultSize.Y      = 25;
     105  pConsoleOptions->coordDefaultSize.Y      = 20;
    106106  pConsoleOptions->fQuickInsert            = FALSE;
    107107  pConsoleOptions->fInsertMode             = FALSE;
Note: See TracChangeset for help on using the changeset viewer.