Skip to content

Commit 6bea282

Browse files
committed
minor
1 parent 1bc255c commit 6bea282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserFilter", {
421421

422422
// hypertools filter
423423
const button = new qx.ui.toolbar.RadioButton("Hypertools", null);
424-
osparc.utils.Utils.replaceIconWithThumbnail(button, osparc.data.model.StudyUI.HYPERTOOL_ICON(), 20);
424+
osparc.utils.Utils.replaceIconWithThumbnail(button, osparc.data.model.StudyUI.HYPERTOOL_ICON(18), 20);
425425
button.appType = "hypertool";
426426
this.__appTypeButtons.push(button);
427427

0 commit comments

Comments
 (0)