You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user