Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Dec 16, 2023
1 parent 042b92a commit 673c607
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ModernWpf/ControlsResources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,17 @@
<sys:Double x:Key="NumberBoxPopupHorizonalOffset">-20</sys:Double>
<sys:Double x:Key="NumberBoxPopupVerticalOffset">-16</sys:Double>
<sys:Double x:Key="NumberBoxPopupShadowDepth">16</sys:Double>

<!--#region RadioButtons-->
<sys:Double x:Key="RadioButtonsColumnSpacing">7</sys:Double>
<sys:Double x:Key="RadioButtonsRowSpacing">3</sys:Double>
<sys:Double x:Key="RadioButtonsRowSpacing">8</sys:Double>

<Thickness x:Key="RadioButtonsTopHeaderMargin">0,0,0,8</Thickness>
<!--#endregion-->

<sys:Double x:Key="TextControlThemeMinHeight">32</sys:Double>
<Thickness x:Key="NumberBoxSpinButtonBorderThickness">0,1,1,1</Thickness>
<Thickness x:Key="NumberBoxIconMargin">10,0,0,0</Thickness>
<Thickness x:Key="RadioButtonsTopHeaderMargin">0,0,0,4</Thickness>
<Thickness x:Key="TextControlThemePadding">10,5,6,6</Thickness>
<Thickness x:Key="ToggleSwitchTopHeaderMargin">0,0,0,4</Thickness>
<sys:Double x:Key="ToggleSwitchPreContentMargin">10</sys:Double>
Expand Down

0 comments on commit 673c607

Please sign in to comment.