mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:29:21 +02:00
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:
parent
f08c4e6329
commit
ae587f01ff
@ -295,6 +295,7 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
|||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
TabOrder = 8
|
TabOrder = 8
|
||||||
|
WordWrap = False
|
||||||
end
|
end
|
||||||
object OpenDialog: TOpenDialog
|
object OpenDialog: TOpenDialog
|
||||||
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
|
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
|
||||||
|
Loading…
Reference in New Issue
Block a user