main: adapt window size

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-03-07 21:53:08 +01:00
parent d8e94513c3
commit e03c5ab667

View File

@@ -199,7 +199,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
Window::new()
.title("AdvoTracker - DirectCall")
.position((500.0, 100.0))
.size(800.0, 600.0)
.size(800.0, 620.0)
//.min_width(460.0)
//.min_height(380.0)
.resizeable(true)