LazReport: Add scrollbars to memo in variables editor, by Michal Gawrycki. Fix #30593

This commit is contained in:
Jesus Reyes A 2022-07-29 21:37:44 -05:00
parent dc62a1cc70
commit 640f35cba5

View File

@ -39,6 +39,7 @@ object frVaredForm: TfrVaredForm
HelpContext = 79
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ScrollBars = ssAutoBoth
TabOrder = 0
end
object ButtonPanel1: TButtonPanel