Add GridFontSizeDelta setting

This commit is contained in:
Jonathan Jenne
2022-04-05 13:12:38 +02:00
parent d8e667cafb
commit f256092830
2 changed files with 8 additions and 0 deletions

View File

@@ -35,5 +35,6 @@ Public Class ClassConfig
Public Property LastExportPath As String = ""
Public Property ADDITIONAL_SEARCHES_LOAD_ONCLICK As Boolean = True
Public Property GridFontSizeDelta As Integer = 0
End Class