Browse Source

make download panel slightly larger

Alex Cheema 9 months ago
parent
commit
3db3e8294c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exo/viz/topology_viz.py

+ 1 - 1
exo/viz/topology_viz.py

@@ -26,7 +26,7 @@ class TopologyViz:
     self.layout = Layout()
     self.layout.split(
       Layout(name="main"),
-      Layout(name="download", size=15)
+      Layout(name="download", size=25)
     )
     self.main_panel = Panel(self._generate_main_layout(), title="Exo Cluster (0 nodes)", border_style="bright_yellow")
     self.download_panel = Panel("", title="Download Progress", border_style="cyan")