Skip to content

Commit

Permalink
remove width on radiobutton
Browse files Browse the repository at this point in the history
This was left from a tweak I tried for Windows where radios have a fixed 120 width.
  • Loading branch information
davidortinau committed Apr 5, 2024
1 parent e6c9e80 commit e5aa6a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<Style TargetType="RadioButton">
<Setter Property="ControlTemplate" Value="{StaticResource ButtonRadioTemplate}"/>
<Setter Property="HorizontalOptions" Value="Start"/>
<Setter Property="WidthRequest" Value="50"/>

</Style>
</HorizontalStackLayout.Resources>
<RadioButton Content="Dine In" IsChecked="True"/>
Expand Down

0 comments on commit e5aa6a3

Please sign in to comment.