git.lucas.co / cce-gallery
widget gallery and compositor test bench

commit2af71993b3b74e1b0f5e2c2d3373bcab5581a6d4
parent7e28efd33d
authorLucas Galante <[email protected]>
date2026-07-05 10:54
fix: adjust Ramp widget layout height to 135.0 to balance size and page fit

 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 2534572..0da94c7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1861,7 +1861,7 @@ fn demo_positions(sw: f32, sh: f32, sidebar_w: f32, layout_idx: usize) -> Vec<(f
         (37, 120.0, 120.0),
         (47, 120.0, bh),
         (50, 120.0, bh),
-        (49, 200.0, 120.0),
+        (49, 200.0, 135.0),
     ];
 
     match layout_idx {