We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485fb7d commit 20aded3Copy full SHA for 20aded3
1 file changed
source/main.lfm
@@ -828,11 +828,13 @@ object MainForm: TMainForm
828
Left = 2
829
Height = 20
830
Top = 2
831
- Width = 96
832
- AutoSize = False
+ Width = 64
833
BorderSpacing.Around = 2
834
Caption = 'Preview ...'
835
Layout = tlCenter
+ ParentShowHint = False
836
+ ShowHint = True
837
+ WordWrap = True
838
end
839
object imgPreview: TImage
840
AnchorSideLeft.Control = pnlPreview
@@ -848,6 +850,8 @@ object MainForm: TMainForm
848
850
Width = 208
849
851
Anchors = [akTop, akLeft, akRight, akBottom]
852
853
+ Center = True
854
+ Proportional = True
855
856
857
object spltPreview: TSplitter
0 commit comments