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