Browse Source

FIX: Save ShellTreeView width

Alexander Koblov 9 years ago
parent
commit
2cd9a34b52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/fmain.lfm

+ 1 - 1
src/fmain.lfm

@@ -17,7 +17,7 @@ object frmMain: TfrmMain
   OnShow = frmMainShow
   OnUTF8KeyPress = FormUTF8KeyPress
   OnWindowStateChange = FormWindowStateChange
-  SessionProperties = 'nbConsole.Height;seLogWindow.Height;ShellTreeView.Width'
+  SessionProperties = 'nbConsole.Height;seLogWindow.Height;TreePanel.Width'
   ShowHint = True
   ShowInTaskBar = stAlways
   LCLVersion = '1.4.4.0'