Skip to content

Commit

Permalink
Hide alpha slider from color picker window
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Jul 26, 2022
1 parent c563002 commit 7a0c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DS4Windows/DS4Forms/ColorPickerWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
Title="ColorPickerWindow" Height="400" Width="300"
Style="{DynamicResource WindowStyle}">
<DockPanel>
<xctk:ColorCanvas x:Name="colorPicker" SelectedColorChanged="ColorPicker_SelectedColorChanged" Background="{DynamicResource BackgroundColor}" />
<xctk:ColorCanvas x:Name="colorPicker" SelectedColorChanged="ColorPicker_SelectedColorChanged" Background="{DynamicResource BackgroundColor}" UsingAlphaChannel="False" />
</DockPanel>
</Window>

0 comments on commit 7a0c2a6

Please sign in to comment.