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

commiteb6a3eee0349e038437c55177de3c9fdc6b2bf87
parent24cf2538a4
authorLucas Galante <[email protected]>
date2026-07-04 20:49
Pass height 300 to child process cmd.arg spawners for all ramp dialogs

 src/main.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main.rs b/src/main.rs
index 1faac60..8d17a9c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1907,7 +1907,7 @@ impl PointerHandler for AppState {
                                                .arg("--width")
                                                .arg("450")
                                                .arg("--height")
-                                               .arg("200")
+                                               .arg("300")
                                                .arg("--backplate");
                                             let _ = cmd.spawn();
                                         }
@@ -1920,7 +1920,7 @@ impl PointerHandler for AppState {
                                                .arg("--width")
                                                .arg("450")
                                                .arg("--height")
-                                               .arg("200")
+                                               .arg("300")
                                                .arg("--backplate");
                                             let _ = cmd.spawn();
                                         }
@@ -1980,7 +1980,7 @@ impl PointerHandler for AppState {
                                                .arg("--width")
                                                .arg("450")
                                                .arg("--height")
-                                               .arg("200")
+                                               .arg("300")
                                                .arg("--backplate");
                                             let _ = cmd.spawn();
                                         }