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