Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Louis <savagesoftware@gmail.com>2017-10-09 17:38:34 +0300
committerDominique Louis <savagesoftware@gmail.com>2017-10-23 14:38:02 +0300
commit7791e91f126cd31da80398ab702ec27b0aebe38f (patch)
tree2b6d28780c9d5622661596615be24b5fe33edf75 /Xamarin.PropertyEditing.Windows.Standalone
parent9763016b448fe40067d4cb1d6e07054feb7b7e21 (diff)
[Win]Make use of pack Uri' instead of decoding the resources.
Diffstat (limited to 'Xamarin.PropertyEditing.Windows.Standalone')
-rw-r--r--Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml b/Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml
index 6daf9cc..8032f3f 100644
--- a/Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml
+++ b/Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml
@@ -20,8 +20,8 @@
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
- <RadioButton Grid.Row="0" Grid.Column="0" Click="Theme_Click">Dark Theme</RadioButton>
- <RadioButton Grid.Row="0" Grid.Column="1" Click="Theme_Click" IsChecked="True">Light Theme</RadioButton>
+ <RadioButton Grid.Row="0" Grid.Column="0" Click="Theme_Click" IsChecked="True">Dark Theme</RadioButton>
+ <RadioButton Grid.Row="0" Grid.Column="1" Click="Theme_Click">Light Theme</RadioButton>
<local:MockedSampleControlButton Grid.Row="1" Grid.Column="0" Click="Button_Click">Mocked Sample 1</local:MockedSampleControlButton>
<local:MockedSampleControlButton Grid.Row="2" Grid.Column="0" Click="Button_Click">Mocked Sample 2</local:MockedSampleControlButton>
<local:MockedWpfButton Grid.Row="3" Grid.Column="0" Click="Button_Click">Mocked WPF button</local:MockedWpfButton>