Skip to content
Snippets Groups Projects
Commit 25331cfb authored by buczekp's avatar buczekp
Browse files

changed TODO format

SVN: 18809
parent d8f0fd71
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ public final class GWTUtils
* Sets up {@link ComboBox} to have width of list auto adjusted to maximum width of elements in
* the list.
*/
// FIXME 2010-05-19, PTR: the width is not updated when store is changed;
// FIXME 2010-05-19, Piotr Buczek: the width is not updated when store is changed;
public static void setupAutoWidth(final ComboBox<?> comboBox)
{
// can't get el() of listView before it is rendered
......@@ -126,7 +126,6 @@ public final class GWTUtils
// if it takes whole width of the window.
return Math.min(Window.getClientWidth() / 2, maxLabelWidth);
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment