commit | 1731ae5a0966b1fdcc3a165c9cf992bcc7c5438e | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Oct 07 22:44:02 2020 +0200 |
committer | ocornut <omarcornut@gmail.com> | Fri Dec 04 19:15:24 2020 +0100 |
tree | 0b8775360fd445bf1532a505c00501c37dc8a464 | |
parent | 75c5f534e8b8533cfda4b39e708096d7ede61df8 [diff] |
Tables: Reworked padding/spacing/width. All widths are stored without padding. Decorelate padding from presence of border. Added ImGuiTableFlags_Pad/NoPad flags. Added demo. Merge StartXHeaders and StartXRows into StartX. Distinguish CellSpacingX1 and CellSpacingX2 for clarity and to avoid loss of width on non-even spacing values.