widget gallery and compositor test bench
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();
}