Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 190488:Localzied Import button on Manage Thubmnail dialog is truncated.

Summary
Localzied Import button on Manage Thubmnail dialog is truncated.

Bugzilla Bug (s) Resolved
190488

Description
Because when the text of button is changed, but the butoon width keep unchanged, so the string is truncated.
Now, the width will adapt the change of the string.
Fixed.

Tests Description
Manual test

Files Edited
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ThumbnailBuilder.java


Files Added


Files Deleted


Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation

Back to the top