Hi everyone, how can I make panel I have with bmap 1920/1080 to be full screen in game. I try this:

panel.scale_x = screen_size.x/1920;
panel.scale_y = screen_size.y/1080;

But it is not working.