mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 20:39:14 +02:00
IdeDebugger: inspect/evaluate, fix workaround for toolbar autosize.
This commit is contained in:
parent
27063a7dca
commit
ceda32ed83
@ -59,6 +59,7 @@ object EvaluateDlg: TEvaluateDlg
|
||||
Height = 23
|
||||
Top = 46
|
||||
Width = 253
|
||||
AutoSize = True
|
||||
ClientHeight = 23
|
||||
ClientWidth = 253
|
||||
TabOrder = 1
|
||||
@ -110,7 +111,7 @@ object EvaluateDlg: TEvaluateDlg
|
||||
Height = 25
|
||||
Top = 265
|
||||
Width = 420
|
||||
Align = alBottom
|
||||
Align = alClient
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'Panel1'
|
||||
|
@ -627,6 +627,7 @@ begin
|
||||
EdInspect.TextHint := drsEnterExpression;
|
||||
|
||||
ToolBar1.Images := IDEImages.Images_16;
|
||||
ToolBar1.OnPaint := @FrameResize;
|
||||
|
||||
FPowerImgIdx := IDEImages.LoadImage('debugger_power');
|
||||
FPowerImgIdxGrey := IDEImages.LoadImage('debugger_power_grey');
|
||||
|
Loading…
Reference in New Issue
Block a user