mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +02:00
examples/tryicon: Avoid truncated checkbox caption
git-svn-id: trunk@56224 -
This commit is contained in:
parent
748967367b
commit
897c3f20e0
@ -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.
Loading…
Reference in New Issue
Block a user