remove width on radiobutton
This was left from a tweak I tried for Windows where radios have a fixed 120 width.
This commit is contained in:
Родитель
e6c9e80983
Коммит
e5aa6a3e01
|
@ -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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче