Skip to content

Commit

Permalink
Make options form resizable
Browse files Browse the repository at this point in the history
This was a request a while back, but now we have a function to easily enable resizing on a form launched in dialog mode. #143
  • Loading branch information
joyfullservice committed May 17, 2023
1 parent 75388c7 commit 562d93d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Version Control.accda.src/forms/frmVCSOptions.bas
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 562d93d

Please sign in to comment.