Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 7f51f52

Browse files
committed
Axel
1 parent 4daf5e2 commit 7f51f52

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

View/SearchPreferencePage.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@
2525
<ColumnDefinition Width="25*"/>
2626
</Grid.ColumnDefinitions>
2727
<StackPanel DataContext="{StaticResource vm}" Grid.Column="1" Grid.Row="1">
28+
<Label Content="Geef hier aan naar wat voor soort relatietypen je op zoek bent!"/>
2829
<ToggleButton x:Name = "cb1" Content = "Liefde"
2930
Margin = "5" Width = "130" HorizontalAlignment = "Left" IsChecked="{Binding Love}"/>
30-
<ToggleButton x:Name = "cb2" Content = "zakelijk"
31+
<ToggleButton x:Name = "cb2" Content = "Zakelijk"
3132
Margin = "5" Width = "130" HorizontalAlignment = "Left" IsChecked="{Binding Business}"/>
32-
<ToggleButton x:Name = "cb3" Content = "studymaatje"
33+
<ToggleButton x:Name = "cb3" Content = "StudieMaatje"
3334
Margin = "5" Width = "130" HorizontalAlignment = "Left" IsChecked="{Binding StudyBuddy}"/>
3435
<ToggleButton x:Name = "cb4" Content = "Vrienden"
3536
Margin = "5" Width = "130" HorizontalAlignment = "Left" IsChecked="{Binding Friend}" />

0 commit comments

Comments
 (0)