Set editor font and adjust MainIDE window size.

git-svn-id: trunk@6102 -
This commit is contained in:
vincents 2004-10-01 21:09:57 +00:00
parent d624021fd1
commit 6717aa8890
3 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1590,6 +1590,7 @@ tools/install/smart_strip.sh -text svneol=native#application/x-sh
tools/install/win32/build-fpc.bat -text svneol=native#application/x-msdos-program
tools/install/win32/build-lazarus.bat -text svneol=native#application/x-msdos-program
tools/install/win32/create_installer.bat -text svneol=native#application/x-msdos-program
tools/install/win32/editoroptions.xml svneol=native#text/xml
tools/install/win32/environmentoptions.xml svneol=native#text/xml
tools/install/win32/readme.txt svneol=native#text/plain
tools/lazarusmake.ini svneol=native#text/plain

View File

@ -0,0 +1,6 @@
<?xml version="1.0"?>
<CONFIG>
<EditorOptions Version="2">
<Display EditorFont="Courier New" EditorFontHeight="-13" ExtraLineSpacing="0"/>
</EditorOptions>
</CONFIG>

View File

@ -14,5 +14,14 @@
</TestBuildDirectory>
<DebuggerFilename Value="%FpcBinDir%\gdb.exe">
</DebuggerFilename>
<Desktop>
<MainIDE>
<WindowPlacement Value="RestoreWindowGeometry"/>
<CustomPosition Width="720" Height="69"/>
<WindowState Value="Normal"/>
<DockMode Value="Default"/>
<Visible Value="True"/>
</MainIDE>
</Desktop>
</EnvironmentOptions>
</CONFIG>