Display is FHD

This commit is contained in:
Charles Ewert 2020-02-29 19:36:36 -05:00
parent ca10e9cda3
commit 70fee4b168

View File

@ -1,11 +1,9 @@
sub init()
main = m.top.findNode("main_group")
dimensions = m.top.getScene().currentDesignResolution
main.translation = [50, 175]
overview = m.top.findNode("overview")
overview.width = dimensions.width - 100 - 400
overview.width = 1920 - 100 - 400
m.top.findNode("buttons").setFocus(true)
end sub