Frontmatter
| id | 4545 |
| title | Panel Header should not be inline with the layout |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | Jul 13, 2023, 12:13 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4545 |
| author | Dinkh |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
Is: If you create a
panelwith adock-topheaderanditemswith layouthbox, the docked item will be aligned to the left.What I expect: The docked item should be aligned top and the two items underneath should be left to right
Example:
ntype: 'panel', headers: [{ dock: 'top' }], layout: {ntype: 'hbox', align: 'stretch'}, items: [{ html: 'item a' }, { html: 'item b' }]