IdeDebugger: inspect/evaluate, fix workaround for toolbar autosize.

This commit is contained in:
Martin 2024-08-30 20:47:17 +02:00
parent 27063a7dca
commit ceda32ed83
2 changed files with 3 additions and 1 deletions

View File

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

View File

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