Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Richasy committed Mar 15, 2023
1 parent a5adc51 commit 7ae44c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Workspace/Pages/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<DataTemplate x:Key="PinPartitionItemTemplate" x:DataType="workspace:IVideoPartitionViewModel">
<controls:CardPanel
Background="Transparent"
BorderThickness="0"
Click="OnVideoPartitionClick"
DataContext="{x:Bind}"
PointerOverBackground="{ThemeResource CardBackgroundFillColorDefaultBrush}">
PointerOverBackground="{ThemeResource CardBackgroundFillColorDefaultBrush}"
StrokeThickness="0">
<Grid
Width="172"
Padding="12,8"
Expand Down
2 changes: 0 additions & 2 deletions src/Workspace/Styles/TrayResources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
Visibility="Visible">
<tb:TaskbarIcon.ContextFlyout>
<MenuFlyout>
<MenuFlyoutItem Command="{StaticResource LaunchAppCommand}" />
<MenuFlyoutSeparator />
<MenuFlyoutItem Command="{StaticResource QuitCommand}" />
</MenuFlyout>
</tb:TaskbarIcon.ContextFlyout>
Expand Down

0 comments on commit 7ae44c3

Please sign in to comment.