Message 1 of 2
newRolloutFloater: minimum width

Not applicable
01-04-2020
09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys!
I'm trying to create a 36 by 36 pixels Rollout Floater and it doesn't simply work. It's like the minimum width for a Rollout Floater is something between 50-60px.
My code:
nf_RollAllScripts = newRolloutFloater "" 36 36
Pretty simple right?
I really need to have a width:36 because all my scripts icons are 36*36px file. And it bothers me a lot to have empty space..
Can you help me out with this? It seems to come from the windows button (minimize, maximize and close). the minimum width looks like the space they take.. That space seems ignored when it comes to a rollout but not when it's a rolloutFloater.
Thanks!