We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df97842 commit e1aa89eCopy full SHA for e1aa89e
ui/org.eclipse.tools.layout.spy/src/org/eclipse/tools/layout/spy/internal/dialogs/LayoutSpyDialog.java
@@ -647,7 +647,7 @@ private String computeChildInfo() {
647
Point noOpSize = child.computeSize(widthHint, heightHint, false);
648
if (noOpSize.x != bounds.width || noOpSize.y != bounds.height) {
649
builder.append(getWarningMessage(NLS.bind(Messages.LayoutSpyDialog_warning_unexpected_compute_size,
650
- new Object[] { printHint(widthHint), printHint(heightHint), printPoint(noOpSize) })));
+ printHint(widthHint), printHint(heightHint), printPoint(noOpSize))));
651
}
652
653
if (bounds.height < hWrappedSize.y) {
0 commit comments