File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
services/static-webserver/client/source/class/osparc/dashboard Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments