mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:59:13 +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
|
Height = 23
|
||||||
Top = 46
|
Top = 46
|
||||||
Width = 253
|
Width = 253
|
||||||
|
AutoSize = True
|
||||||
ClientHeight = 23
|
ClientHeight = 23
|
||||||
ClientWidth = 253
|
ClientWidth = 253
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -110,7 +111,7 @@ object EvaluateDlg: TEvaluateDlg
|
|||||||
Height = 25
|
Height = 25
|
||||||
Top = 265
|
Top = 265
|
||||||
Width = 420
|
Width = 420
|
||||||
Align = alBottom
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Caption = 'Panel1'
|
Caption = 'Panel1'
|
||||||
|
@ -627,6 +627,7 @@ begin
|
|||||||
EdInspect.TextHint := drsEnterExpression;
|
EdInspect.TextHint := drsEnterExpression;
|
||||||
|
|
||||||
ToolBar1.Images := IDEImages.Images_16;
|
ToolBar1.Images := IDEImages.Images_16;
|
||||||
|
ToolBar1.OnPaint := @FrameResize;
|
||||||
|
|
||||||
FPowerImgIdx := IDEImages.LoadImage('debugger_power');
|
FPowerImgIdx := IDEImages.LoadImage('debugger_power');
|
||||||
FPowerImgIdxGrey := IDEImages.LoadImage('debugger_power_grey');
|
FPowerImgIdxGrey := IDEImages.LoadImage('debugger_power_grey');
|
||||||
|
Loading…
Reference in New Issue
Block a user