Skip to content

Imperfect looks on the Color controls #1561

Open
@Jay-o-Way

Description

@Jay-o-Way

Which version of the app?

WinUI 3 Gallery

Description

Minor issue.

  • In some occasions, it looks like the border of the ColorTile control and the child element(s) do not have the same CornerRadius, or a padding (?) that creates a border.
  • In some occasions, it looks like 4px is used.
  • In some (2) places, CornerRadius="4" is used. Not only is it hard-coded, it's also the incorrect value for these cases.

Screenshots

Schermafbeelding 2024-06-13 150625

Schermafbeelding 2024-06-13 152029

Note

A Grid with a CornerRadius (Style GalleryTileGridStyle uses OverlayCornerRadius) does not clip the content. A Border does. That means we can envelope each Grid with a Border. the accompanying Style should then be set on the Border, in place of the Grid.

Issue is: GalleryTileGridStyle is used throughout the DesignGuidance and Accessibility pages.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdesignIssues with design/layouthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions