Widget gui doesn't scale proportionally to the widget window

My apologyes if this has been asked before and if this is the wrong categoy (let me know if yes), anyways i was working on a plugin and i have a problem with the UI, basically it won’t scale properly to the widget window.

This is the piece of script that creates the widget:

local widgetInfo = DockWidgetPluginGuiInfo.new(

Enum.InitialDockState.Float,
    false,
    false,
    480,
    330,
    480,
    330
)

The UI is actually in offset. Any suggestions?

I think it may be in offset, but not 100% convinced.

The size is already in offset.

You should move this to a UI Related category, there is more about UIs than scripting here.

2 Likes