mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:39:23 +02:00
IDE: Debugger Feedback dialog, add scrollbars. Issue #0031653
git-svn-id: trunk@63310 -
This commit is contained in:
parent
8af26f2ec7
commit
ac5700b816
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user