Compare commits

..

No commits in common. "9d2a0e24d3c86ed32cc988c75902d29226345726" and "f6dcf0e499adf0193f6fd89e281fc064cd736bfe" have entirely different histories.

2 changed files with 26 additions and 26 deletions

View File

@ -14,7 +14,7 @@
<Copyright>Ray Lam</Copyright> <Copyright>Ray Lam</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion> <FileVersion>1.0.0.0</FileVersion>
<Version>0.6.5.149</Version> <Version>0.6.5.144</Version>
<PackageId>bukkubuddy</PackageId> <PackageId>bukkubuddy</PackageId>
<RunAnalyzersDuringLiveAnalysis>True</RunAnalyzersDuringLiveAnalysis> <RunAnalyzersDuringLiveAnalysis>True</RunAnalyzersDuringLiveAnalysis>
<SupportedOSPlatformVersion>8.0</SupportedOSPlatformVersion> <SupportedOSPlatformVersion>8.0</SupportedOSPlatformVersion>

View File

@ -231,7 +231,7 @@ namespace FizzyLauncher
// //
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font; AutoScaleMode = AutoScaleMode.Font;
BackColor = System.Drawing.Color.WhiteSmoke; BackColor = System.Drawing.Color.White;
ClientSize = new System.Drawing.Size(444, 561); ClientSize = new System.Drawing.Size(444, 561);
Controls.Add(flowLayoutContainer1); Controls.Add(flowLayoutContainer1);
Controls.Add(dialogFooter1); Controls.Add(dialogFooter1);