Skip to content

ui:CommandBar.SecondaryCommands with gesture text: too high #571

Open
@deakjahn

Description

@deakjahn
  <ui:CommandBar.SecondaryCommands>
    <ui:AppBarButton Label="Export" Command="{StaticResource DoExport}" InputGestureText="Ctrl+E" />
    <ui:AppBarButton Label="Import" Command="{StaticResource DoImport}" InputGestureText="Ctrl+I" />
  </ui:CommandBar.SecondaryCommands>

If the buttons have InputGestureText attributes specified, the ellipsis button will be erroneously high:

Screenshot 2023-09-30 175838

As soon as the gestures are removed, the extra red margin disappears.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions