Giancarlo Panichi 2014-09-03 16:45:39 +00:00
parent 965987897a
commit 4b2fe78d99
1 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ public class TabularResourceProperties extends FramedPanel {
});
}
};
comboLicences.setWidth(191);
comboLicences.setEditable(false);
comboLicences.setTypeAhead(false);
comboLicences.setTriggerAction(TriggerAction.ALL);
@ -393,7 +393,7 @@ public class TabularResourceProperties extends FramedPanel {
}
}
comboLicences.getListView().clearSizeCache();
ownerField.setValue(tabResource.getOwner().getLogin());
validField.setValue(tabResource.isValid());