mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:50:06 +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"/>
|
<Debugger Class="TGDBMIDebugger"/>
|
||||||
<DebuggerFilename Value="%LazDir%\mingw\bin\gdb.exe">
|
<DebuggerFilename Value="%LazDir%\mingw\bin\gdb.exe">
|
||||||
</DebuggerFilename>
|
</DebuggerFilename>
|
||||||
<Desktop>
|
|
||||||
<MainIDE>
|
|
||||||
<WindowPlacement Value="RestoreWindowGeometry"/>
|
|
||||||
<CustomPosition Width="720" Height="69"/>
|
|
||||||
<WindowState Value="Normal"/>
|
|
||||||
<DockMode Value="Default"/>
|
|
||||||
<Visible Value="True"/>
|
|
||||||
</MainIDE>
|
|
||||||
</Desktop>
|
|
||||||
</EnvironmentOptions>
|
</EnvironmentOptions>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
@ -15,14 +15,5 @@
|
|||||||
<Debugger Class="TGDBMIDebugger"/>
|
<Debugger Class="TGDBMIDebugger"/>
|
||||||
<DebuggerFilename Value="%LazDir%\mingw\bin\gdb.exe">
|
<DebuggerFilename Value="%LazDir%\mingw\bin\gdb.exe">
|
||||||
</DebuggerFilename>
|
</DebuggerFilename>
|
||||||
<Desktop>
|
|
||||||
<MainIDE>
|
|
||||||
<WindowPlacement Value="RestoreWindowGeometry"/>
|
|
||||||
<CustomPosition Width="720" Height="69"/>
|
|
||||||
<WindowState Value="Normal"/>
|
|
||||||
<DockMode Value="Default"/>
|
|
||||||
<Visible Value="True"/>
|
|
||||||
</MainIDE>
|
|
||||||
</Desktop>
|
|
||||||
</EnvironmentOptions>
|
</EnvironmentOptions>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
Loading…
Reference in New Issue
Block a user