Display is FHD
This commit is contained in:
parent
ca10e9cda3
commit
70fee4b168
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user