Main: update position
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -105,7 +105,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
.window(|ctx| {
|
.window(|ctx| {
|
||||||
Window::new()
|
Window::new()
|
||||||
.title("AdvoTracker - DirectCall")
|
.title("AdvoTracker - DirectCall")
|
||||||
//.position((500.0, 100.0))
|
.position((500.0, 100.0))
|
||||||
.size(580.0, 320.0)
|
.size(580.0, 320.0)
|
||||||
//.min_width(460.0)
|
//.min_width(460.0)
|
||||||
//.min_height(180.0)
|
//.min_height(180.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user