Skip to content

Commit

Permalink
Update ControlBasic.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjinhuagood committed Aug 6, 2023
1 parent 5d12759 commit 7209ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WPFDevelopers.Shared/Themes/Basic/ControlBasic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
</Style.Triggers>
</Style>
<sys:Double x:Key="WD.EnabledOpacity">0.7</sys:Double>
<sys:Double x:Key="WD.NormalCornerRadius">4</sys:Double>
<sys:Double x:Key="WD.MinHeight">40</sys:Double>
<sys:Double x:Key="WD.DefaultCornerRadius">4</sys:Double>
<sys:Double x:Key="WD.DefaultHeight">32</sys:Double>
<sys:Double x:Key="WD.ThumbWidth">16</sys:Double>
<sys:Double x:Key="WD.ThumbCornerRadius">8</sys:Double>
<sys:Double x:Key="WD.RepeatButtonSize">5</sys:Double>
<Thickness x:Key="WD.DefaultPadding">6</Thickness>
<Thickness x:Key="WD.DefaultPadding">6,2</Thickness>
<DropShadowEffect
x:Key="WD.NormalShadowDepth"
BlurRadius="5"
Expand Down

0 comments on commit 7209ada

Please sign in to comment.