Bug 561394

Summary: [Form] TitleRegion's Label has broken lines
Product: [Eclipse Project] Platform Reporter: Khanh Hoang <khanh.hoang>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: loskutov
Version: 4.15   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:
Attachments:
Description Flags
TitleRegion's Label was broken lines none

Description Khanh Hoang CLA 2020-03-23 22:33:58 EDT
Created attachment 282203 [details]
TitleRegion's Label was broken lines

Code snippet:
        final Form form = managedForm.getForm();
        final GridLayout layout = new GridLayout();
        layout.marginWidth = 7;
        layout.marginHeight = 7;
        form.getBody().setLayout(layout);
        form.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));

        form.setText("Step3");
        // Add heading actions

The 'Step3' was broken lines for each charaters when I reduce Form size.
Comment 1 Andrey Loskutov CLA 2020-03-24 17:52:16 EDT
Is this a regression from a previous version? If yes, which one was working?