Skip to content

Commit

Permalink
Reformatted files with XAML Styler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Sep 19, 2024
1 parent 9c49151 commit a7ace10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GetMyIP/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@

<!--#region Icon with Context menu in system tray-->
<tb:TaskbarIcon x:Name="TbIcon"
DoubleClickCommand="{Binding ShowMainWindowCommand}"
IconSource="/Images/IP.ico"
LeftClickCommand="{Binding ShowMainWindowCommand}"
DoubleClickCommand="{Binding ShowMainWindowCommand}"
MenuActivation="RightClick"
ToolTipService.ShowDuration="20000"
ToolTipText="{Binding Source={x:Static models:CustomToolTip.Instance},
Expand Down
4 changes: 1 addition & 3 deletions GetMyIP/Views/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@
Text="{DynamicResource About_BuildDate}" />
<StackPanel Grid.Row="5" Grid.Column="2"
Orientation="Horizontal">
<TextBlock Text="{Binding Source={x:Static local:BuildInfo.BuildDateUtc},
StringFormat=f,
ConverterCulture={x:Static global:CultureInfo.CurrentUICulture}}" />
<TextBlock Text="{Binding Source={x:Static local:BuildInfo.BuildDateUtc}, StringFormat=f, ConverterCulture={x:Static global:CultureInfo.CurrentUICulture}}" />
<TextBlock Margin="10,0"
Text="(UTC)" />
</StackPanel>
Expand Down

0 comments on commit a7ace10

Please sign in to comment.