IDE: Do not word wrap lines in Parameters text of External tools edit dialog. Issue #24406, patch from Cyrax

git-svn-id: trunk@41081 -
This commit is contained in:
juha 2013-05-08 21:17:20 +00:00
parent f08c4e6329
commit ae587f01ff

View File

@ -295,6 +295,7 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
BorderSpacing.Right = 6
ScrollBars = ssAutoBoth
TabOrder = 8
WordWrap = False
end
object OpenDialog: TOpenDialog
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]