[Feature-14084] Provide Docked View Handle Customization

Hi,

I am using a shared screen which is called on demand.
The on demand screen can be called through the button that is shown.
image
I want to make the button a lot bigger, is there an way to do this?

Thank you

Not currently, no.

Depending on your use case, you could use an actual Button, which when clicked would invoke system.perspective.toggleDock(). This would require you to make sure that button is available on any screens which would need to use the “on demand” View.

3 Likes

For anyone coming across this thread now, you should know that the large Theming update in 8.0.13 introduced all sorts of ways to customize the docked view handles. Take the time to learn about how theming works in Perspective and you can perform all sorts of adjustments.

Screen Shot 2021-06-10 at 10.46.08 AM

1 Like