Merge "Fix partially hidden plugin configuration in the UI" into stable-2.14
This commit is contained in:
@@ -474,6 +474,9 @@ public class ProjectInfoScreen extends ProjectScreen {
|
|||||||
textBox.setValue(param.value());
|
textBox.setValue(param.value());
|
||||||
addWidget(g, textBox, param);
|
addWidget(g, textBox, param);
|
||||||
}
|
}
|
||||||
|
if (textBox.getValue().length() > textBox.getVisibleLength()) {
|
||||||
|
textBox.setVisibleLength(textBox.getValue().length());
|
||||||
|
}
|
||||||
saveEnabler.listenTo(textBox);
|
saveEnabler.listenTo(textBox);
|
||||||
return textBox;
|
return textBox;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user