Skip to content

Commit 20aded3

Browse files
committed
fix: stretched preview image, and image metadata label too small
Refs #2120
1 parent 485fb7d commit 20aded3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

source/main.lfm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,11 +828,13 @@ object MainForm: TMainForm
828828
Left = 2
829829
Height = 20
830830
Top = 2
831-
Width = 96
832-
AutoSize = False
831+
Width = 64
833832
BorderSpacing.Around = 2
834833
Caption = 'Preview ...'
835834
Layout = tlCenter
835+
ParentShowHint = False
836+
ShowHint = True
837+
WordWrap = True
836838
end
837839
object imgPreview: TImage
838840
AnchorSideLeft.Control = pnlPreview
@@ -848,6 +850,8 @@ object MainForm: TMainForm
848850
Width = 208
849851
Anchors = [akTop, akLeft, akRight, akBottom]
850852
BorderSpacing.Around = 2
853+
Center = True
854+
Proportional = True
851855
end
852856
end
853857
object spltPreview: TSplitter

0 commit comments

Comments
 (0)