Closed bchang closed 1 month ago
Resize command is not ignored inside accordion
Consider the following examples:
h_tiles // (1)
window1
v_tiles // (2)
window2
h_accordion
window3
window4
An attempt to resize horizontally window3 will resize (2)
Following on my request for accordion-padding to allow a percentage of the screen size, it would go along way if I can simply dynamically change the padding.
It seems the
resize
command only works in thetiles
layout and has no effect inaccordion
- seems it would be a very elegant solution ifresize
could function in this context by modifying the accordion-padding value?