##// 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
float.js
3 lines | 193 B | application/javascript | JavascriptLexer
define(["notebook/js/widget"], function(){
var FloatWidgetModel = IPython.WidgetModel.extend({});
IPython.widget_manager.register_widget_model('FloatWidgetModel', FloatWidgetModel);
});