How can I adjust the plugin widget size?
If I don’t respond to your comments it’s because I’m busy.
example:
How can I adjust the plugin widget size?
If I don’t respond to your comments it’s because I’m busy.
example:
Just drag any of the sides.
I don’t understand what you mean … sorry
Can you explain me ?
He meant “how can I ajust the plugin widget size”.
That fits the size of the tab.
local widgetInfo = DockWidgetPluginGuiInfo.new(
Enum.InitialDockState.Float, -- Widget will be initialized in floating panel
true, -- Widget will be initially enabled
false, -- Don't override the previous enabled state
200, -- Default width of the floating window
300, -- Default height of the floating window
150, -- Minimum width of the floating window
150 -- Minimum height of the floating window
)
Use scale for resizing and positioning Frames, not offset.
Tip of advice for plugins, use Y offset X scale