Skip to content

Commit

Permalink
Remove extraneous resources
Browse files Browse the repository at this point in the history
  • Loading branch information
JMicheli committed Nov 23, 2022
1 parent 7683690 commit 6e23bec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Binary file removed PDL/Images/shorechan.png
Binary file not shown.
9 changes: 2 additions & 7 deletions PDL/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@
<ColumnDefinition Width="*" />
<!-- Download Controls -->
<ColumnDefinition Width="100" />
<!-- Logo -->
<ColumnDefinition Width="100" />
</Grid.ColumnDefinitions>

<Button Grid.Column="0" Grid.Row="0" Content="Load File" Margin="5, 20"
Expand Down Expand Up @@ -226,7 +224,7 @@
<!-- Border -->
<RowDefinition Height="15" />
</Grid.RowDefinitions>

<!-- Start button -->
<Button Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" Margin="5"
Style="{StaticResource PDLButton}"
Expand All @@ -243,11 +241,8 @@
Style="{StaticResource PDLButton}"
Command="{Binding StopCommand}"
IsEnabled="{Binding StopEnabled, FallbackValue=false}"/>

</Grid>

<!-- Logo -->
<Image Grid.Column="3" Source="Images/shorechan.png" />
</Grid>

</Grid>

Expand Down
3 changes: 0 additions & 3 deletions PDL/PDL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\shorechan.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Favicon\favicon.ico" />
<Resource Include="Images\Favicon\favicon.png" />
Expand Down

0 comments on commit 6e23bec

Please sign in to comment.