Common: Improve Workspace Class

This commit is contained in:
Jonathan Jenne
2022-07-08 15:22:33 +02:00
parent cf543e7ee9
commit 9193df0dd2
3 changed files with 6 additions and 7 deletions

View File

@@ -5,7 +5,6 @@ Namespace DocumentResultList
Public Property WindowLocation As Point
Public Property WindowSize As Size
Public Property GridFontSizeDelta As Integer = 0
Public Property SelectedWorkspace As String = Workspace.DEFAULT_WORKSPACE
Public Property SelectedWorkspace As String = Workspace(Of Config).DEFAULT_WORKSPACE
End Class
End Namespace