win32 installer: don't set the default size for main bar. Even though the default height set by the IDE is not very nice, this is better than having a too small (i.e. not wide enough) component palette. A better algorithm in the IDE is needed to set the default height in TMainIDE.OnApplyWindowLayout

* fixes issue #13055

git-svn-id: trunk@18469 -
This commit is contained in:
vincents 2009-01-28 08:00:51 +00:00
parent cdf16d4ab8
commit d1ff66d8c7
2 changed files with 0 additions and 18 deletions

View File

@ -15,14 +15,5 @@
<Debugger Class="TGDBMIDebugger"/>
<DebuggerFilename Value="%LazDir%\mingw\bin\gdb.exe">
</DebuggerFilename>
<Desktop>
<MainIDE>
<WindowPlacement Value="RestoreWindowGeometry"/>
<CustomPosition Width="720" Height="69"/>
<WindowState Value="Normal"/>
<DockMode Value="Default"/>
<Visible Value="True"/>
</MainIDE>
</Desktop>
</EnvironmentOptions>
</CONFIG>

View File

@ -15,14 +15,5 @@
<Debugger Class="TGDBMIDebugger"/>
<DebuggerFilename Value="%LazDir%\mingw\bin\gdb.exe">
</DebuggerFilename>
<Desktop>
<MainIDE>
<WindowPlacement Value="RestoreWindowGeometry"/>
<CustomPosition Width="720" Height="69"/>
<WindowState Value="Normal"/>
<DockMode Value="Default"/>
<Visible Value="True"/>
</MainIDE>
</Desktop>
</EnvironmentOptions>
</CONFIG>