Skip to content

Commit

Permalink
3.6 beta 1: Tweak a couple more default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexd committed Dec 24, 2010
1 parent 6669f31 commit c2a510e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metapad.c
Expand Up @@ -2114,11 +2114,12 @@ void LoadOptions(void)
{
HKEY key = NULL;

options.nTabStops = 8;
options.nTabStops = 4;
options.rMargins.top = options.rMargins.bottom = options.rMargins.left = options.rMargins.right = 500;
options.nLaunchSave = options.nPrimaryFont = options.nSecondaryFont = 0;
options.bNoCaptionDir = options.bFindAutoWrap = options.bSaveWindowPlacement = options.bLaunchClose = options.bQuickExit = TRUE;
options.bAutoIndent = options.bInsertSpaces = FALSE;
options.bAutoIndent = TRUE;
options.bInsertSpaces = FALSE;
options.bSystemColours = TRUE;
options.bSystemColours2 = TRUE;
options.bSaveMenuSettings = TRUE;
Expand Down

0 comments on commit c2a510e

Please sign in to comment.