Skip to content

Commit

Permalink
XamlStyler run
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Aug 25, 2024
1 parent 7c431c8 commit fef0815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CollapseLauncher/XAMLs/MainApp/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Window x:Class="CollapseLauncher.MainWindow"
<Window x:Class="CollapseLauncher.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:customcontrol="using:CollapseLauncher.CustomControls"
Expand Down Expand Up @@ -156,7 +156,8 @@
</Grid>
<customcontrol:ContentDialogCollapse x:Name="ContentDialog"
x:FieldModifier="internal" />
<local:TrayIcon Grid.Row="0" x:Name="_TrayIcon"
<local:TrayIcon x:Name="_TrayIcon"
Grid.Row="0"
x:FieldModifier="public" />
<Grid x:Name="TitleBarFrameGrid"
Grid.Row="0">
Expand Down
4 changes: 2 additions & 2 deletions CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- ReSharper disable IdentifierTypo -->
<!-- ReSharper disable IdentifierTypo -->
<!-- ReSharper disable UnusedMember.Local -->
<!-- ReSharper disable Xaml.ConstructorWarning -->
<Page x:Class="CollapseLauncher.Pages.HomePage"
Expand Down Expand Up @@ -612,11 +612,11 @@
<DataTemplate>
<imageex:ImageEx EnableLazyLoading="True"
IsCacheEnabled="True"
Stretch="Fill"
Loaded="SetHandCursor"
PlaceholderSource="ms-appx:///Assets/Images/PageBackground/default.png"
PointerPressed="OpenImageLinkFromTag"
Source="{Binding CarouselImg}"
Stretch="Fill"
Tag="{Binding CarouselUrl}"
ToolTipService.ToolTip="{Binding CarouselTitle}" />
</DataTemplate>
Expand Down

0 comments on commit fef0815

Please sign in to comment.