FIX: Save ShellTreeView width

This commit is contained in:
Alexander Koblov 2016-01-24 10:46:57 +00:00
commit 2cd9a34b52

View file

@ -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'