tim-connector: Increase width of textboxes in connector properties
FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
parent
6898dbdbf1
commit
0d921ce747
1 changed files with 1 additions and 0 deletions
|
|
@ -1098,6 +1098,7 @@ public class ConfigurationController extends GenericForwardComposer {
|
|||
private void appendValueTextbox(Row row,
|
||||
final AppProperties appProperties) {
|
||||
final Textbox textbox = new Textbox();
|
||||
textbox.setWidth("400px");
|
||||
textbox.setConstraint(checkPropertyValue((AppProperties) row
|
||||
.getValue()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue