winbox icon indicating copy to clipboard operation
winbox copied to clipboard

Resizing window programmatically causes loss of border style

Open ordo-n opened this issue 2 weeks ago • 1 comments

When I run this code

winbox.resize("50%", "50%");

The window is resized but it loses the border styling, in particular the rounded border, it becomes straight

Using the maximize button and minimize button after this restores the styling so there seems to be a problem with the resize function

ordo-n avatar Jun 21 '24 15:06 ordo-n