jvcllaz: Use "default" font in JvComboListBoxDemo instead of hard-coded MsDlg font.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6982 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-30 23:03:17 +00:00
parent 975ce44bc5
commit cdba784160

View File

@ -10,17 +10,15 @@ object frmDrop: TfrmDrop
ClientWidth = 290
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
FormStyle = fsStayOnTop
OnClose = FormClose
OnShow = FormShow
LCLVersion = '2.1.0.0'
object Label1: TLabel
Left = 11
Height = 13
Height = 15
Top = 8
Width = 64
Width = 68
Caption = 'Select folder:'
ParentColor = False
end