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

commit6fa87725baffe5191f28c02824659eb4c6f8bd54
parenta43079a251
authorLucas Galante <[email protected]>
date2026-07-05 11:27
style: increase Ramp layout dimensions to 240x150 for better spacing

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

diff --git a/src/main.rs b/src/main.rs
index e78d5d6..b91226c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1885,7 +1885,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, 135.0),
+        (49, 240.0, 150.0),
     ];
     items.sort_by(|a, b| b.1.partial_cmp(&a.1).unwrap_or(std::cmp::Ordering::Equal));