mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
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:
parent
cdf16d4ab8
commit
d1ff66d8c7
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user