gmusicbrowser Forum

Main board => Customization => Topic started by: tiger on November 14, 2021, 16:01:23

Title: Interactive change of vertical size
Post by: tiger on November 14, 2021, 16:01:23
First let me thank you for this wounderful software. Its really impressive what it can do and how you can customize it.


I using gmb for quite some time but never got around to look into the layouts. Now I did and have a technical question.

I would like to put two elements in a vertical box and allow the user to change the position between the two, i.e. change the size. This works fine horizontally, but not vertically. I have not seen that case in one of the default layouts, so I do not where to look for an example.

Consider

VBColumn = _HBone _HBtwo
  HBone = FilterPane1(..)
  HBone = FilterPane2(..)

When I do serveral Columns I can change the horizontal size but not the vertical one.