tpecholt / imrad

ImRAD is a GUI builder for the ImGui library
GNU General Public License v3.0
872 stars 26 forks source link

Add horizontal layout helper #20

Closed tpecholt closed 1 year ago

tpecholt commented 1 year ago

Especially for dialog buttons user is expected to create a Table widget and use it as layout mechanism. That involves lot of steps. It would be easier to just select all buttons in a row and press a new tool button. Horizontal layout wizard would pop up and allow to select which button should be stretched or centered/left/right aligned etc. It would generate the table under the hood.