##// END OF EJS Templates
Set a minimum height on the combobox button...
Set a minimum height on the combobox button to fix captionless button height.

File last commit:

r14342:90efa5b8
r14357:dcac92da
Show More
int.js
3 lines | 187 B | application/javascript | JavascriptLexer
define(["notebook/js/widget"], function(){
var IntWidgetModel = IPython.WidgetModel.extend({});
IPython.widget_manager.register_widget_model('IntWidgetModel', IntWidgetModel);
});