IDE: add scrollbars to custom options memo.

git-svn-id: trunk@42267 -
This commit is contained in:
juha 2013-08-02 12:23:04 +00:00
parent a0e94b7c8f
commit ec4ac9cdaa
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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';