Fixes Bug #31722 — “ugly old toolbar icons - height inconsistent” —

patch from diebuche.
This commit is contained in:
Mark A. Hershberger 2011-11-04 13:21:32 +00:00
parent cf4df9b17e
commit fca0573ba9

View file

@ -13,7 +13,7 @@
insertButton : function( imageFile, speedTip, tagOpen, tagClose, sampleText, imageId, selectText ) {
var image = $('<img>', {
width : 23,
height : 23,
height : 22,
src : imageFile,
alt : speedTip,
title : speedTip,