Skip to content

Commit

Permalink
Removed Album Art, Album Info from About
Browse files Browse the repository at this point in the history
I also learned, through this process, that there is no way to access
this about page anymore (or at least, I could not find one). This will
be amended as the about can be found through right clicking on Space
(not implemented yet!).
rjaltman committed May 20, 2017
1 parent f2ecbde commit 0709ac5
Showing 21 changed files with 99 additions and 125 deletions.
Binary file modified .vs/ProjectSnowshoes/v14/.suo
Binary file not shown.
137 changes: 47 additions & 90 deletions ProjectSnowshoes/AboutSnowshoes.Designer.cs

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

4 changes: 2 additions & 2 deletions ProjectSnowshoes/AboutSnowshoes.cs
Original file line number Diff line number Diff line change
@@ -25,9 +25,9 @@ private void button1_Click(object sender, EventArgs e)
private void AboutSnowshoes_Load(object sender, EventArgs e)
{

projSnow.BackColor = Color.FromName(Properties.Settings.Default.custColor[Properties.Settings.Default.whoIsThisCrazyDoge]);
projSnow.ForeColor = Color.FromName(Properties.Settings.Default.custColor[Properties.Settings.Default.whoIsThisCrazyDoge]);
procButton.BackColor = Color.FromName(Properties.Settings.Default.custColor[Properties.Settings.Default.whoIsThisCrazyDoge]);
referenceTitle.ForeColor = Color.FromName(Properties.Settings.Default.custColor[Properties.Settings.Default.whoIsThisCrazyDoge]);



}
3 changes: 3 additions & 0 deletions ProjectSnowshoes/AboutSnowshoes.resx
Original file line number Diff line number Diff line change
@@ -117,4 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="label2.Text" xml:space="preserve">
<value>Name inspired by the 1986 Billy Joel album. IndigoBox is not affiliated with Billy Joel or Columbia Records in any way, and does not offer endorsement, advertisement, or reuse of works belonging to Columbia.</value>
</data>
</root>
1 change: 1 addition & 0 deletions ProjectSnowshoes/ProjectSnowshoes.csproj
Original file line number Diff line number Diff line change
@@ -774,6 +774,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="PS.ico" />
<None Include="Resources\TheIndigoBlueConsortium.png" />
<None Include="Resources\GrayLeftArrow.png" />
<None Include="Resources\SegoeUIEmoji-Tongue.png" />
</ItemGroup>
10 changes: 10 additions & 0 deletions ProjectSnowshoes/Properties/Resources.Designer.cs

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

Loading

0 comments on commit 0709ac5

Please sign in to comment.