Skip to content
Snippets Groups Projects
Commit bd6ffb77 authored by Rioux Jeremy's avatar Rioux Jeremy
Browse files

cefor

parent 575c80b9
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -306,6 +306,7 @@ class UI:
valid_to_down("ant_bl")
valid_to_right("ant_tr")
update_y()
get_point("ant_tr").y = get_point("ant_tl").y
get_point("set_height").y = net.y - self.set_height * ant_height
get_point("set_margin_over").y = net.y - self.set_margin_over * ant_height
get_point("set_margin_under").y = net.y - self.set_margin_under * ant_height
......@@ -321,6 +322,5 @@ class UI:
update_center("wind_r_m", "wind_r_tl", "wind_r_br")
if __name__ == "__main__":
subprocess.run(["python", "Objet/Main.py"])
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment