LearnNewsExamplesServices
Frontmatter
id4545
titlePanel Header should not be inline with the layout
stateClosed
labels
bugstale
assignees[]
createdAtJul 13, 2023, 12:13 PM
updatedAtSep 13, 2024, 4:29 AM
githubUrlhttps://github.com/neomjs/neo/issues/4545
authorDinkh
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 13, 2024, 4:29 AM

Panel Header should not be inline with the layout

Closed v8.1.0 bugstale
Dinkh
Dinkh commented on Jul 13, 2023, 12:13 PM

Is: If you create a panel with a dock -top header and items with layout hbox, 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'
}]
Dinkh added the bug label on Jul 13, 2023, 12:13 PM