Skip to content

Commit

Permalink
Added new icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drexel2k committed Jan 3, 2021
1 parent 16f4d03 commit fb40dd1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions VidUp.UI/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[assembly: System.Reflection.AssemblyProductAttribute("VidUp")]
[assembly: System.Reflection.AssemblyTitleAttribute("VidUp")]
[assembly: System.Reflection.AssemblyCompanyAttribute("Drexel Development")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.5.1.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.5.2.0")]
//Shown in Gui/Setup
[assembly: System.Reflection.AssemblyVersionAttribute("1.5.1.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.5.1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.5.2.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.5.2.0")]
[assembly: System.Reflection.AssemblyCopyright("©2020 Drexel Development")]
[assembly: ComVisible(false)]

Expand Down
Binary file added VidUp.UI/Images/calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added VidUp.UI/Images/reset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions VidUp.UI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</Fluent:RibbonGroupBox>
<Fluent:RibbonGroupBox Header="Recalculate Publish At Dates">

<Fluent:Button Grid.Row="0" Grid.Column="0" Header="Recalculate Uploads with:" SizeDefinition="Middle,Middle,Small" Icon="images/file-minus.png" Command="{Binding RecalculatePublishAtCommand}" />
<Fluent:Button Grid.Row="0" Grid.Column="0" Header="Recalculate Uploads with:" SizeDefinition="Middle,Middle,Small" Icon="images/calendar.png" Command="{Binding RecalculatePublishAtCommand}" />
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition />
Expand Down Expand Up @@ -121,7 +121,7 @@
<Fluent:RibbonGroupBox Header="Reset Uploads">
<!-- CommandParamter is to enable testing -->
<StackPanel Orientation="Horizontal">
<Fluent:Button Header="Reset Uploads to:" SizeDefinition="Middle,Middle,Small" Icon="images/file-minus.png" Command="{Binding ResetUploadsCommand}" CommandParameter="{StaticResource FalseValue}" />
<Fluent:Button Header="Reset Uploads to:" SizeDefinition="Middle,Middle,Small" Icon="images/reset.png" Command="{Binding ResetUploadsCommand}" CommandParameter="{StaticResource FalseValue}" />
<Fluent:ComboBox IsEditable="False" VerticalAlignment="Bottom" ItemsSource="{Binding ResetToUploadStatuses}" SelectedItem="{Binding ResetToUploadStatus}" Width="150">
<Fluent:ComboBox.ItemTemplate>
<DataTemplate>
Expand Down
6 changes: 6 additions & 0 deletions VidUp.UI/VidUp.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Definitions\PostUploadAction.cs" />
<Content Include="Images\calendar.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\edit.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand All @@ -241,6 +244,9 @@
<Content Include="Images\list-plus.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\reset.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\minus.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit fb40dd1

Please sign in to comment.