From 805a749b7f7e149ca2fe1988f12c36d46b7999bf Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 31 Oct 2017 09:45:20 +0000 Subject: [PATCH] biffexplorer: Improved component layout (Autosize) git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6049 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/biffexplorer/bemain.lfm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/biffexplorer/bemain.lfm b/applications/biffexplorer/bemain.lfm index b9f559bef..994536b15 100644 --- a/applications/biffexplorer/bemain.lfm +++ b/applications/biffexplorer/bemain.lfm @@ -150,6 +150,7 @@ object MainForm: TMainForm Top = 0 Width = 657 Align = alTop + AutoSize = True BevelOuter = bvNone ClientHeight = 31 ClientWidth = 657 @@ -179,6 +180,7 @@ object MainForm: TMainForm Width = 121 BorderSpacing.Left = 16 BorderSpacing.Top = 4 + BorderSpacing.Bottom = 4 ItemHeight = 15 ItemIndex = 0 Items.Strings = ( @@ -200,6 +202,7 @@ object MainForm: TMainForm Top = 6 Width = 83 BorderSpacing.Left = 16 + BorderSpacing.Right = 2 Caption = 'Single bytes' Checked = True OnChange = CbHexSingleBytesChange