IDE: Debugger Feedback dialog, add scrollbars. Issue #0031653

git-svn-id: trunk@63310 -
This commit is contained in:
martin 2020-06-06 01:37:38 +00:00
parent 8af26f2ec7
commit ac5700b816

View File

@ -10,7 +10,7 @@ object DbgFeedbackDlg: TDbgFeedbackDlg
ClientHeight = 212
ClientWidth = 605
Position = poScreenCenter
LCLVersion = '1.1'
LCLVersion = '2.1.0.0'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
@ -64,6 +64,7 @@ object DbgFeedbackDlg: TDbgFeedbackDlg
'Memo1'
)
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 0
Visible = False
end