Skip to content

Commit b9700c5

Browse files
committed
minor
1 parent 8434e9b commit b9700c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ListButtonBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ qx.Class.define("osparc.dashboard.ListButtonBase", {
6666
let control;
6767
switch (id) {
6868
case "icon": {
69-
control = new osparc.ui.basic.Thumbnail(null, this.self().ITEM_HEIGHT, this.self().ITEM_HEIGHT-2*5).set({
69+
control = new osparc.ui.basic.Thumbnail(null, this.self().ITEM_HEIGHT, this.self().ITEM_HEIGHT).set({
7070
minHeight: this.self().ITEM_HEIGHT,
7171
minWidth: this.self().ITEM_HEIGHT
7272
});

0 commit comments

Comments
 (0)