Is there any way I can split layout into 3 ? I got this snippet from net
self.window.set_layout({
“cols”: [0, 0.5, 1],
“rows”: [0, 0.5, 1],
“cells”: [0, 0, 1, 1], [1, 0, 2, 1],
[0, 1, 1, 2], [1, 1, 2, 2]]
})
But this will split in to two. I want to 3 like this
Any ideas ? I tried changing the values but no luck