Skip to content
Snippets Groups Projects
Commit 52a16ec8 authored by kaloyane's avatar kaloyane
Browse files

[LMS-2538] fix dropdown list width to fit very long analysis procedure names

SVN: 22968
parent 68a80d11
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ public class SimpleModelComboBox<T> extends SimpleComboBox<LabeledItem<T>>
configure(messageProvider, widthPx);
setModel(model);
GWTUtils.autoselect(this);
GWTUtils.setupAutoWidth(this);
}
private void configure(IMessageProvider messageProvider, Integer widthPx)
......
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