Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bugzilla#119970 - Edit Chart dialog: Chart subtype labels are cut off

- Summary:
Edit Chart dialog: Chart subtype labels are cut off

- Bugzilla Bug (s) Resolved:
119970

- Description:
1. SetText() does nothing when setImage() to the same window's swt button. But in other platforms, the text displays as well as the image, so it leads to the oversized image
2. Use button's setData() to store chart subtype instead of setText()

- Tests Description:

- Files Edited:

- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

 

/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java

 


Back to the top