Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix visual bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikx committed Jan 15, 2018
1 parent ecab07c commit dcfefbb
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 85 deletions.
141 changes: 57 additions & 84 deletions Metro Skin Installer/Metro Skin Installer/MainForm.Designer.cs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Metro Skin Installer/Metro Skin Installer/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ private void DownloadWorker_DoWork_1(object sender, DoWorkEventArgs e) //When in
CurrentWorker.Text = "Finished";
button1.Enabled = true;
button1.ForeColor = Color.White;
button1.Image = Properties.Resources.close_button;
}
private void InstallExtras()
{
int incrementalProgressbarIncrease = 25/extrasListBox.CheckedItems.Count;
int incrementalProgressbarIncrease = 20/extrasListBox.CheckedItems.Count;
for (int i = 0; i< extrasListBox.Items.Count;i++)
{
if (extrasListBox.GetItemChecked(i))
Expand All @@ -65,6 +66,7 @@ private void DownloadPatch_DoWork(object sender, DoWorkEventArgs e) //When selec
progressBar1.Visible = false;
PatchInstallButton.Enabled = true;
PatchInstallButton.ForeColor = Color.White;
PatchInstallButton.Image = Properties.Resources.right_arrow;
}
private void ExitButton_Click(object sender, EventArgs e)
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ C:\lazarus\source\repos\metroskininstaller\Metro Skin Installer\Metro Skin Insta
C:\lazarus\source\repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro Skin Installer.csproj.CoreCompileInputs.cache
C:\lazarus\source\repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro Skin Updater Tool.exe
C:\lazarus\source\repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro Skin Updater Tool.pdb
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\bin\Release\Ionic.Zip.dll
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\bin\Release\Metro Skin Updater Tool.exe.config
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\bin\Release\Metro Skin Updater Tool.exe
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\bin\Release\Metro Skin Updater Tool.pdb
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro_Skin_Installer.MainForm.resources
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro_Skin_Installer.Properties.Resources.resources
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro Skin Installer.csproj.GenerateResource.Cache
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro Skin Installer.csproj.CoreCompileInputs.cache
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro Skin Updater Tool.exe
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro Skin Updater Tool.pdb
C:\Users\Henrik\Source\Repos\metroskininstaller\Metro Skin Installer\Metro Skin Installer\obj\Release\Metro Skin Installer.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.

0 comments on commit dcfefbb

Please sign in to comment.