Bug 561394 - [Form] TitleRegion's Label has broken lines
Summary: [Form] TitleRegion's Label has broken lines
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.15   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-23 22:33 EDT by Khanh Hoang CLA
Modified: 2020-03-24 17:52 EDT (History)
1 user (show)

See Also:


Attachments
TitleRegion's Label was broken lines (15.82 KB, image/png)
2020-03-23 22:33 EDT, Khanh Hoang CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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?