Skip to content

Commit

Permalink
Updated views width
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakar committed Nov 13, 2024
1 parent 9fc73bb commit e399092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/portal_visualization/builders/imaging_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ def _setup_view_config_raster(self, vc, dataset, disable_3d=[], use_full_resolut
return vc

def _setup_view_config_seg(self, vc, dataset, disable_3d=[], use_full_resolution=[]):
vc.add_view("spatialBeta", dataset=dataset, x=3, y=0, w=9, h=12).set_props(
vc.add_view("spatialBeta", dataset=dataset, x=4, y=0, w=8, h=12).set_props(
useFullResolutionImage=use_full_resolution
)
vc.add_view("layerControllerBeta", dataset=dataset, x=0, y=0, w=3, h=8).set_props(
vc.add_view("layerControllerBeta", dataset=dataset, x=0, y=0, w=4, h=8).set_props(
disable3d=disable_3d, disableChannelsIfRgbDetected=True
)
return vc
Expand Down

0 comments on commit e399092

Please sign in to comment.