MouseLand / cellpose

a generalist algorithm for cellular segmentation with human-in-the-loop capabilities
https://www.cellpose.org/
BSD 3-Clause "New" or "Revised" License
1.24k stars 359 forks source link

Added scrollable right side menu to match left side menu width #955

Closed ShalinGhe closed 3 weeks ago

ShalinGhe commented 3 weeks ago

Solves #18

This PR addresses the user story of adding a separate menu on the right side of the Cellpose GUI. The goal is to provide more space for the color saturation sliders in the future.

Changes made:

  1. Added a new menu on the right side of the GUI. This menu matches the width and height of the existing left side menu.
  2. Made the right side menu scrollable, similar to the left side menu.
  3. Ensured that the right side menu resizes with the window, maintaining its width relative to the left side menu.

Changes were only made in the gui.py file