|
|
|
@ -370,7 +370,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<DataTemplate x:Key="LocationTemplate">
|
|
|
|
<DataTemplate x:Key="LocationTemplate">
|
|
|
|
<Button Content="{Binding}" Click="LocationButton_Click" Height="150" Margin="0 0 5 10">
|
|
|
|
<Button Content="{Binding}" Click="LocationButton_Click" Height="50" Margin="0 0 5 10">
|
|
|
|
<Button.Style>
|
|
|
|
<Button.Style>
|
|
|
|
<Style TargetType="Button">
|
|
|
|
<Style TargetType="Button">
|
|
|
|
<Setter Property="Background" Value="#75F76D"/>
|
|
|
|
<Setter Property="Background" Value="#75F76D"/>
|
|
|
|
|