Skip to content

Commit af97312

Browse files
committed
minor
1 parent 7345e01 commit af97312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
210210

211211
/* RESOURCE TYPE CONTEXT */
212212
__createResourceTypeContextButtons: function() {
213-
const resourceTypeContextButtons = new qx.ui.container.Composite(new qx.ui.layout.VBox());
213+
const resourceTypeContextButtons = new qx.ui.container.Composite(new qx.ui.layout.VBox(2));
214214

215215
const studiesButton = this.__createStudiesButton().set({
216216
value: this.__resourceType === "study",
@@ -295,7 +295,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
295295

296296
/* SHARED WITH */
297297
__createSharedWithFilterLayout: function() {
298-
const sharedWithLayout = new qx.ui.container.Composite(new qx.ui.layout.VBox(5));
298+
const sharedWithLayout = new qx.ui.container.Composite(new qx.ui.layout.VBox(2));
299299

300300
const sharedWithRadioGroup = new qx.ui.form.RadioGroup();
301301
sharedWithRadioGroup.setAllowEmptySelection(false);
@@ -430,7 +430,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
430430

431431
/* SERVICE TYPE */
432432
__createServiceTypeFilterLayout: function() {
433-
const layout = new qx.ui.container.Composite(new qx.ui.layout.VBox(5));
433+
const layout = new qx.ui.container.Composite(new qx.ui.layout.VBox(2));
434434

435435
const radioGroup = new qx.ui.form.RadioGroup();
436436
radioGroup.setAllowEmptySelection(true);

0 commit comments

Comments
 (0)