Skip to content

Commit

Permalink
Updated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
scpedicini committed Nov 22, 2020
1 parent 98c9613 commit f7baefa
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
6 changes: 6 additions & 0 deletions KindleClipper/KindleClipper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>kindle.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -77,6 +80,9 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="kindle.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion KindleClipper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyTitle("KindleClipper")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Specular Realms")]
[assembly: AssemblyProduct("KindleClipper")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
Expand Down
19 changes: 13 additions & 6 deletions KindleClipper/WndClipper.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions KindleClipper/WndClipper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
ColTitle.Width = ListBooks.ClientRectangle.Width;

ListBooks.HeaderStyle = ColumnHeaderStyle.None;
}
// books are connected to the tag item

Expand Down
Binary file added KindleClipper/assets/Kindle.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 KindleClipper/assets/kindle.ico
Binary file not shown.
Binary file added KindleClipper/kindle.ico
Binary file not shown.

0 comments on commit f7baefa

Please sign in to comment.