summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2017-03-17 20:20:47 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2017-03-17 20:20:47 -0700
commitc5c8facc2d85cd91cb9839ac84ec42dcf5ea7002 (patch)
tree2c0e694f9662856fc096a198886e83482183efbf /windows
parentf78d6a8a9306682a5140ca2428cb25be0ceecd73 (diff)
downloadinfinitytier-c5c8facc2d85cd91cb9839ac84ec42dcf5ea7002.tar.gz
infinitytier-c5c8facc2d85cd91cb9839ac84ec42dcf5ea7002.zip
Windows installer version bump and a build fix.
Diffstat (limited to 'windows')
-rw-r--r--windows/WinUI/AboutView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/AboutView.xaml b/windows/WinUI/AboutView.xaml
index 7f4151f9..b6be235f 100644
--- a/windows/WinUI/AboutView.xaml
+++ b/windows/WinUI/AboutView.xaml
@@ -8,7 +8,7 @@
Title="AboutView" Height="368.267" Width="300" Icon="ZeroTierIcon.ico">
<Grid>
<Image x:Name="image" HorizontalAlignment="Center" Height="100" Margin="0,10,0,0" VerticalAlignment="Top" Width="100" Source="ZeroTierIcon.ico"/>
- <RichTextBox x:Name="richTextBox" HorizontalAlignment="Left" Height="209" Margin="10,123,0,0" VerticalAlignment="Top" Width="275" IsReadOnly="True" IsDocumentEnabled="True" BorderThickness="0" TextChanged="richTextBox_TextChanged" FontSize="18" RenderTransformOrigin="0.506,0.63">
+ <RichTextBox x:Name="richTextBox" HorizontalAlignment="Left" Height="209" Margin="10,123,0,0" VerticalAlignment="Top" Width="275" IsReadOnly="True" IsDocumentEnabled="True" BorderThickness="0" FontSize="18" RenderTransformOrigin="0.506,0.63">
<RichTextBox.Resources>
<Style TargetType="Hyperlink">
<Setter Property="Cursor" Value="Hand" />