Skip to content

Commit

Permalink
fix/Padding in ColorPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
Mochengvia committed Aug 1, 2024
1 parent 79bb3d4 commit c24f46b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Setter Property="VerticalContentAlignment"
Value="Center" />
<Setter Property="HorizontalContentAlignment"
Value="Center" />
Value="Stretch" />
<Setter Property="FontFamily"
Value="/Panuon.WPF.UI;component/Resources/Fonts/#PanuonIcon" />
<Setter Property="FontSize"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
</i:IconPresenter>
<ToggleButton Grid.Column="1"
Focusable="False"
Padding="{TemplateBinding Padding}"
IsChecked="{Binding IsDropDownOpen, RelativeSource={RelativeSource AncestorType=local:ColorPicker}, Mode=TwoWay}">
<ToggleButton.Style>
<Style TargetType="ToggleButton">
Expand Down

0 comments on commit c24f46b

Please sign in to comment.