Skip to content

Commit

Permalink
Update Application.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker authored May 10, 2018
1 parent 0ea55f4 commit 6f2ed82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/class/iconbrowser/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ qx.Class.define("iconbrowser.Application", {
label.setWidth(80*Math.ceil((label.getSizeHint().width+10.0)/80.0));
list.add(label);
iconDb[font].forEach(function(item) {
let img = new qx.ui.form.Button(null, item.handle).set({
let img = new qx.ui.form.Button(null, item.handle + "/40").set({
toolTipText: item.name + " - click to copy",
minWidth: 80,
minHeight: 80
Expand Down

0 comments on commit 6f2ed82

Please sign in to comment.