Better grid layouts

This commit is contained in:
Gregory Schier
2023-03-25 18:12:09 -07:00
parent 1c9381b2bd
commit 3ec88fc896
8 changed files with 329 additions and 286 deletions

View File

@@ -1,7 +1,7 @@
use tauri::{Runtime, Window};
const TRAFFIC_LIGHT_OFFSET_X: f64 = 10.0;
const TRAFFIC_LIGHT_OFFSET_Y: f64 = 16.0;
const TRAFFIC_LIGHT_OFFSET_Y: f64 = 18.0;
pub trait WindowExt {
fn position_traffic_lights(&self);