the easiest would be to use `vw` instead of `perc`...
# kvision
r
the easiest would be to use
vw
instead of `perc`:
Copy code
hPanel {
                width = 100.perc
                vPanel {
                    width = 50.vw
                    // ...
                }
                vPanel {
                    width = 50.vw
                    // ...
                }
            }