mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 17:59:32 +02:00
doc editor: add scrollbars for description and error fields.
git-svn-id: trunk@13001 -
This commit is contained in:
parent
3e4e7f0f00
commit
71f345f390
@ -242,6 +242,7 @@ begin
|
||||
OnEnter:=@OnEnterControl;
|
||||
OnChange:=@OnTextModified;
|
||||
Height:=150;
|
||||
ScrollBars:=ssAutoBoth;
|
||||
end;
|
||||
FSPlit1:=TSplitter.Create(Self);
|
||||
With FSplit1 do
|
||||
@ -275,6 +276,7 @@ begin
|
||||
Height:=50;
|
||||
OnEnter:=@OnEnterControl;
|
||||
OnChange:=@OnTextModified;
|
||||
ScrollBars:=ssAutoBoth;
|
||||
end;
|
||||
FSPlit2:=TSplitter.Create(Self);
|
||||
With FSplit2 do
|
||||
|
@ -15,8 +15,6 @@
|
||||
</VersionInfo>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
||||
<IgnoreBinaries Value="False"/>
|
||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
||||
</PublishOptions>
|
||||
@ -158,17 +156,6 @@
|
||||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\;$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)\;$(LazarusDir)\components\codetools\units\$(TargetCPU)-$(TargetOS)\;$(LazarusDir)\components\custom\;$(LazarusDir)\packager\units\$(TargetCPU)-$(TargetOS)\"/>
|
||||
<SrcPath Value="$(LazarusDir)\lcl\;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)\;$(LazarusDir)\components\synedit\;$(LazarusDir)\components\codetools\"/>
|
||||
</SearchPaths>
|
||||
<Linking>
|
||||
<Options>
|
||||
<Win32>
|
||||
<GraphicApplication Value="True"/>
|
||||
</Win32>
|
||||
</Options>
|
||||
</Linking>
|
||||
<Other>
|
||||
<ConfigFile>
|
||||
<StopAfterErrCount Value="10"/>
|
||||
|
Loading…
Reference in New Issue
Block a user