mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:30:41 +02:00
Initial setup: use FpLldb only on Mac / fix layout/anchors
This commit is contained in:
parent
319649fbe6
commit
ca4050616e
@ -191,16 +191,16 @@ object InitDebuggerFrame: TInitDebuggerFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = pnlDbgPath
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 16
|
||||
Left = 10
|
||||
Height = 25
|
||||
Top = 19
|
||||
Width = 401
|
||||
Width = 407
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 16
|
||||
BorderSpacing.Left = 10
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 25
|
||||
ClientWidth = 401
|
||||
ClientWidth = 407
|
||||
TabOrder = 0
|
||||
object cmbDebuggerPath: TComboBox
|
||||
AnchorSideLeft.Control = PnlSelectDbgPath
|
||||
@ -209,7 +209,7 @@ object InitDebuggerFrame: TInitDebuggerFrame
|
||||
Left = 0
|
||||
Height = 23
|
||||
Top = 0
|
||||
Width = 320
|
||||
Width = 326
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
ItemHeight = 15
|
||||
OnChange = rbKeepChange
|
||||
@ -220,7 +220,7 @@ object InitDebuggerFrame: TInitDebuggerFrame
|
||||
AnchorSideTop.Control = PnlSelectDbgPath
|
||||
AnchorSideRight.Control = PnlSelectDbgPath
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 326
|
||||
Left = 332
|
||||
Height = 25
|
||||
Top = 0
|
||||
Width = 75
|
||||
@ -238,12 +238,12 @@ object InitDebuggerFrame: TInitDebuggerFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = pnlDbgPath
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 16
|
||||
Left = 10
|
||||
Height = 23
|
||||
Top = 44
|
||||
Width = 401
|
||||
Width = 407
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 16
|
||||
BorderSpacing.Left = 10
|
||||
Color = clForm
|
||||
ParentFont = False
|
||||
ReadOnly = True
|
||||
@ -256,12 +256,12 @@ object InitDebuggerFrame: TInitDebuggerFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = pnlDbgPath
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 16
|
||||
Left = 10
|
||||
Height = 23
|
||||
Top = 70
|
||||
Width = 401
|
||||
Width = 407
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 16
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Top = 3
|
||||
Color = clForm
|
||||
Font.Color = clHighlight
|
||||
|
@ -8,7 +8,8 @@ uses
|
||||
Classes, SysUtils, Types, Forms, Controls, StdCtrls, ComCtrls, ExtCtrls,
|
||||
Dialogs, Buttons, GDBMIDebugger, DbgIntfDebuggerBase, FileUtil, LazFileUtils,
|
||||
IDEDialogs, IDEUtils, IDEImagesIntf, FileProcs, FpDebugDebugger,
|
||||
FpLldbDebugger, IdeDebuggerOpts, LazarusIDEStrConsts, InitialSetupProc,
|
||||
{$If defined(Darwin) or defined(CD_Cocoa)} FpLldbDebugger, {$ENDIF}
|
||||
IdeDebuggerOpts, LazarusIDEStrConsts, InitialSetupProc,
|
||||
EnvironmentOpts, LazConf, StrUtils;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user