Skip to content

Commit 6f8c274

Browse files
committed
smaller list item
1 parent f7cb314 commit 6f8c274

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ qx.Class.define("osparc.dashboard.ListButtonBase", {
4141
},
4242

4343
statics: {
44-
ITEM_HEIGHT: 40,
44+
ITEM_HEIGHT: 35,
4545
SPACING: 5,
4646
POS: {
4747
THUMBNAIL: 0,
@@ -68,9 +68,9 @@ qx.Class.define("osparc.dashboard.ListButtonBase", {
6868
let control;
6969
switch (id) {
7070
case "icon": {
71-
control = new osparc.ui.basic.Thumbnail(null, 40, this.self().ITEM_HEIGHT-2*5).set({
72-
minHeight: 40,
73-
minWidth: 40
71+
control = new osparc.ui.basic.Thumbnail(null, this.self().ITEM_HEIGHT, this.self().ITEM_HEIGHT-2*5).set({
72+
minHeight: this.self().ITEM_HEIGHT,
73+
minWidth: this.self().ITEM_HEIGHT
7474
});
7575
control.getChildControl("image").set({
7676
anonymous: true,

0 commit comments

Comments
 (0)