mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
Set editor font and adjust MainIDE window size.
git-svn-id: trunk@6102 -
This commit is contained in:
parent
d624021fd1
commit
6717aa8890
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
6
tools/install/win32/editoroptions.xml
Normal file
6
tools/install/win32/editoroptions.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EditorOptions Version="2">
|
||||
<Display EditorFont="Courier New" EditorFontHeight="-13" ExtraLineSpacing="0"/>
|
||||
</EditorOptions>
|
||||
</CONFIG>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user