Skip to content

Commit 43743db

Browse files
authored
Fix to apply bottom line to default MaterialDesignTabRadioButton style (#2401)
1 parent 704042c commit 43743db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.RadioButton.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
<Setter Property="Padding" Value="16 4 16 4"/>
230230
<Setter Property="MinHeight" Value="32" />
231231
<Setter Property="MinWidth" Value="80" />
232+
<Setter Property="BorderThickness" Value="0 0 0 2" />
232233
<Setter Property="wpf:RippleAssist.Feedback" Value="{DynamicResource MaterialDesignFlatButtonRipple}" />
233234
<Setter Property="TextBlock.FontWeight" Value="Medium"/>
234235
<Setter Property="TextBlock.FontSize" Value="14"/>

0 commit comments

Comments
 (0)