mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user