[object Object]

← back to Exo

make download panel slightly larger

3db3e8294c6ad78725060b02b0c315fae9f246b7 · 2024-08-09 10:54:21 +0100 · Alex Cheema

Files touched

Diff

commit 3db3e8294c6ad78725060b02b0c315fae9f246b7
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Aug 9 10:54:21 2024 +0100

    make download panel slightly larger
---
 exo/viz/topology_viz.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/viz/topology_viz.py b/exo/viz/topology_viz.py
index 38757f8a..48ef9a86 100644
--- a/exo/viz/topology_viz.py
+++ b/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")

← 5112f53a trigger ci  ·  back to Exo  ·  ignore files that dont match allow patterns 3bd5a116 →