FProjectProperty renamed Splitter1 to splLibraries

Just for better identification in settings file
This commit is contained in:
Christof Thalhofer 2022-03-09 10:35:43 +01:00
parent 38a45ae5d1
commit 4918ee4bbb
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ End
Public Sub Form_Close()
Settings.Write(Me)
Settings.Write(Splitter1, "Layout")
Settings.Write(splLibraries)
End
@ -67,7 +67,7 @@ Public Sub Form_Open()
Dim sLang As String
Settings.Read(Me)
Settings.Read(Splitter1, "Layout")
Settings.Read(splLibraries)
Me.Title = ("Project properties") & " - " & Project.Name

View file

@ -452,7 +452,7 @@
Index = 3
Text = ("Libraries")
Picture = Picture["icon:/large/plugin"]
{ Splitter1 Splitter
{ splLibraries Splitter
MoveScaled(0,0,86,70)
Expand = True
Arrangement = Arrange.Vertical