Hello,
this sample:
generates this output:

- What about the row hight? How to adjuste?
- The row hight seem to differ, is that normal?
- The lines of the LABEL are partly overwritten by the check boxes.
- How to adjuste the size of the controls?
- Is it opportune to change to PIXEL?
Thanks in advance for any help
this sample:
FUNCTION Main()
LOCAL oDlg
LOCAL lExit := .F.
LOCAL oBtn
DEFINE DIALOG oDlg FROM 5, 5 TO 40, 80 TITLE "A Dialog Box"
@ 1, 1 TO 4, 30 LABEL "&This is a LABEL for anything:" OF oDlg
@ 2, 2 CHECKBOX lExit PROMPT "This is a CHECKBOX with a long text description" OF oDlg
@ 3, 2 CHECKBOX lExit PROMPT "This is a CHECKBOX with a long text description" OF oDlg
@ 5, 4 BUTTON "&Ok" OF oDlg SIZE 40, 12
@ 5, 12 BUTTON oBtn PROMPT "&Cancel" OF oDlg SIZE 40, 12 ;
ACTION( MsgInfo( "Cancel" ), lExit := .T., oDlg:End() )
ACTIVATE DIALOG oDlg VALID lExit
RETURN nilgenerates this output:

- What about the row hight? How to adjuste?
- The row hight seem to differ, is that normal?
- The lines of the LABEL are partly overwritten by the check boxes.
- How to adjuste the size of the controls?
- Is it opportune to change to PIXEL?
Thanks in advance for any help
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86