Hello,
we have recently started using themes and are wondering if there is any option to make the resize area bigger.
Resizing at the corners is nearly impossible. Resizing at the sides is difficult.
Our margin is 1px which looks nice.
The only solution we found to make the resize area bigger, is to increase the size of the border.
However this does not look visually appealing like above solution.
The border does also affect the available space within the window. See the different space between the DW and the border on the right side.
When you hover around a Windows window the resizing area is bigger then the window itself.
The resizing starts at the red line:
Is there any way to increase the resize area, without increasing the border size and without writing manual code?
Is there a way to make the window border transparent or with a gradient color?
Will there be updates to this behaviour in future versions of PB?
Thanks in advance ;)
Cheers,
Thilo
we reluctantly chose to increase the border size.
You can adjust them in the theme.json file.
"window":
{
"border":
{
"margin":[4,30,4,4]
}
}
For 4px wide window borders.
Best regards
Yes, in non-resizable windows it gets weird. I hide it in such cases. (and when the windows is maximized)
Thank you