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

(cherry picked from commit 640f35cba5)
This commit is contained in:
Jesus Reyes A 2022-07-29 21:37:44 -05:00 committed by Maxim Ganetsky
parent 00f9467f14
commit 9e0730b2dd

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