Skip to content

Feature: Use gray and white grid in ColorPickerButton to indicate transparency #12371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/Files.App/Views/Settings/AppearancePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,13 @@
Width="24"
Height="24"
Margin="4"
Background="{ThemeResource App.Theme.BackgroundBrush}"
CornerRadius="4" />
Background="Gray"
CornerRadius="4">
<Grid>
<PathIcon Data="M0 6 L0 0 L6 0 L6 6 L12 6 L12 0 L18 0 L18 6 L12 6 L12 12 L18 12 L18 6 L24 6 L24 12 L18 12 L18 18 L24 18 L24 24 L6 24 L6 18 L0 18 L0 12 L6 12 L6 18 L12 18 L12 24 L18 24 L18 18 L12 18 L12 12 L6 12 L6 6 Z" Foreground="LightGray" />
<Rectangle Fill="{ThemeResource App.Theme.BackgroundBrush}" />
</Grid>
</Border>
<FontIcon
Margin="8,4,10,4"
FontSize="12"
Expand Down