mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 15:39:33 +02:00
LazReport: Add scrollbars to memo in variables editor, by Michal Gawrycki. Fix #30593
(cherry picked from commit 640f35cba5
)
This commit is contained in:
parent
00f9467f14
commit
9e0730b2dd
@ -39,6 +39,7 @@ object frVaredForm: TfrVaredForm
|
|||||||
HelpContext = 79
|
HelpContext = 79
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
|
ScrollBars = ssAutoBoth
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object ButtonPanel1: TButtonPanel
|
object ButtonPanel1: TButtonPanel
|
||||||
|
Loading…
Reference in New Issue
Block a user