diff --git a/applications/biffexplorer/BIFFExplorer.lpi b/applications/biffexplorer/BIFFExplorer.lpi index 11c23aed9..cabdfa7e8 100644 --- a/applications/biffexplorer/BIFFExplorer.lpi +++ b/applications/biffexplorer/BIFFExplorer.lpi @@ -102,7 +102,7 @@ - + diff --git a/applications/biffexplorer/bemain.lfm b/applications/biffexplorer/bemain.lfm index af685df66..b9f559bef 100644 --- a/applications/biffexplorer/bemain.lfm +++ b/applications/biffexplorer/bemain.lfm @@ -155,10 +155,14 @@ object MainForm: TMainForm ClientWidth = 657 TabOrder = 0 object CbHexAddress: TCheckBox - Left = 3 + AnchorSideLeft.Control = HexEditorParamsPanel + AnchorSideTop.Control = CbHexEditorLineSize + AnchorSideTop.Side = asrCenter + Left = 2 Height = 19 - Top = 5 + Top = 6 Width = 131 + BorderSpacing.Left = 2 Caption = 'Hexadecimal address' Checked = True OnChange = CbHexAddressChange @@ -166,10 +170,15 @@ object MainForm: TMainForm TabOrder = 0 end object CbHexEditorLineSize: TComboBox - Left = 152 + AnchorSideLeft.Control = CbHexAddress + AnchorSideLeft.Side = asrBottom + AnchorSideTop.Control = HexEditorParamsPanel + Left = 149 Height = 23 - Top = 3 + Top = 4 Width = 121 + BorderSpacing.Left = 16 + BorderSpacing.Top = 4 ItemHeight = 15 ItemIndex = 0 Items.Strings = ( @@ -182,10 +191,15 @@ object MainForm: TMainForm Text = 'normal lines' end object CbHexSingleBytes: TCheckBox - Left = 296 + AnchorSideLeft.Control = CbHexEditorLineSize + AnchorSideLeft.Side = asrBottom + AnchorSideTop.Control = CbHexEditorLineSize + AnchorSideTop.Side = asrCenter + Left = 286 Height = 19 - Top = 5 + Top = 6 Width = 83 + BorderSpacing.Left = 16 Caption = 'Single bytes' Checked = True OnChange = CbHexSingleBytesChange