Skip to content

Commit

Permalink
hide close button
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Dec 6, 2023
1 parent 944e98e commit c6ee89e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 4 additions & 0 deletions src/components/SpatialViewer/lightMicroscopyViewConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"coordinationScopes": {
"dataset": "A"
},
"props":
{
"closeButtonVisible": false
},
"h": 12,
"w": 9,
"x": 3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@
"coordinationScopes": {
"dataset": "A"
},
"props":
{
"closeButtonVisible": false
},

"h": 3,
"w": 4,
"x": 0,
Expand All @@ -71,6 +68,10 @@
"spatialCellsLayer": "is_visible",
"dataset": "A"
},
"props":
{
"closeButtonVisible": false
},
"h": 12,
"w": 4,
"x": 4,
Expand All @@ -84,8 +85,7 @@
},
"props":
{
"closeButtonVisible": false,
"downloadButtonVisible": false
"closeButtonVisible": false
},

"h": 12,
Expand Down
6 changes: 4 additions & 2 deletions src/components/SpatialViewer/threeDCytometryViewConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"coordinationScopes": {
"dataset": "A"
},
"props": {
"closeButtonVisible": false
},
"h": 12,
"w": 9,
"x": 3,
Expand All @@ -47,8 +50,7 @@
},
"props": {
"globalDisable3d": true,
"disableChannelsIfRgbDetected": true,
"closeButtonVisible": false
"disableChannelsIfRgbDetected": true
},
"h": 9,
"w": 3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"coordinationScopes": {
"dataset": "A"
},
"props": {
"closeButtonVisible": false
},
"h": 12,
"w": 9,
"x": 3,
Expand Down

0 comments on commit c6ee89e

Please sign in to comment.