mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 19:38:09 +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
|
||||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 8
|
||||
WordWrap = False
|
||||
end
|
||||
object OpenDialog: TOpenDialog
|
||||
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
|
||||
|
Loading…
Reference in New Issue
Block a user