Main: update position

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-08-22 19:08:51 +02:00
parent 5aff69c526
commit ef63f62734

View File

@@ -105,7 +105,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.window(|ctx| {
Window::new()
.title("AdvoTracker - DirectCall")
//.position((500.0, 100.0))
.position((500.0, 100.0))
.size(580.0, 320.0)
//.min_width(460.0)
//.min_height(180.0)