mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 09:36:42 +02:00
IDE: add scrollbars to custom options memo.
git-svn-id: trunk@42267 -
This commit is contained in:
parent
a0e94b7c8f
commit
ec4ac9cdaa
@ -710,7 +710,9 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
||||
Width = 375
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Right = 6
|
||||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 0
|
||||
WordWrap = False
|
||||
end
|
||||
object Label1: TLabel
|
||||
AnchorSideRight.Control = grpCustomOptions
|
||||
|
@ -1996,8 +1996,7 @@ resourcestring
|
||||
dlgCOCfgCmpMessages = 'Messages';
|
||||
lisChooseAnFPCMessageFile = 'Choose an FPC message file';
|
||||
lisFPCMessageFile = 'FPC message file';
|
||||
lisChooseAFileWithCodeToolsTemplates = 'Choose a file with CodeTools '
|
||||
+'templates';
|
||||
lisChooseAFileWithCodeToolsTemplates = 'Choose a file with CodeTools templates';
|
||||
dlgCOOther = 'Other';
|
||||
dlgCOInherited = 'Inherited';
|
||||
dlgCOCompilerCommands = 'Compiler Commands';
|
||||
|
Loading…
Reference in New Issue
Block a user