diff --git a/Version Control.accda.src/forms/frmVCSOptions.bas b/Version Control.accda.src/forms/frmVCSOptions.bas index 133dd866..49f7a698 100644 --- a/Version Control.accda.src/forms/frmVCSOptions.bas +++ b/Version Control.accda.src/forms/frmVCSOptions.bas @@ -3747,6 +3747,9 @@ Private Sub Form_Load() Next intSanitizeLevel End With + ' Make form resizable (helpful with table selection when many tables are listed) + MakeDialogResizable Me + End Sub