examples/tryicon: Avoid truncated checkbox caption

git-svn-id: trunk@56224 -
This commit is contained in:
wp 2017-10-29 11:42:55 +00:00
parent 748967367b
commit 897c3f20e0
2 changed files with 5 additions and 5 deletions

View File

@ -2,14 +2,14 @@ object frmTrayTest: TfrmTrayTest
Left = 183
Height = 238
Top = 176
Width = 311
Width = 410
ActiveControl = btnShow
Caption = 'TTrayIcon test application'
ClientHeight = 238
ClientWidth = 311
ClientWidth = 410
OnCreate = FormCreate
OnPaint = FormPaint
LCLVersion = '0.9.25'
LCLVersion = '1.9.0.0'
object btnShow: TButton
Left = 32
Height = 33
@ -41,9 +41,9 @@ object frmTrayTest: TfrmTrayTest
end
object chkOnPaintDrawing: TCheckBox
Left = 32
Height = 21
Height = 19
Top = 200
Width = 267
Width = 284
Caption = 'Test drawing the icon in the Form''s OnPaint event'
OnChange = chkOnPaintDrawingChange
TabOrder = 3

Binary file not shown.