From f2c4c2d2c797c6683e2ca4b7ee8bd2ce73099099 Mon Sep 17 00:00:00 2001 From: "RetroDriven.com" <44145655+RetroDriven@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:17:37 -0500 Subject: [PATCH] v1.5.5 --- Controls/Image_Packs/Image_Packs.cs | 1 + Forms/Main/Form1.Designer.cs | 16 ++++++++-------- Forms/Main/Form1.cs | 2 +- Pocket_Updater.csproj | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Controls/Image_Packs/Image_Packs.cs b/Controls/Image_Packs/Image_Packs.cs index 0381e51..a87d8c0 100644 --- a/Controls/Image_Packs/Image_Packs.cs +++ b/Controls/Image_Packs/Image_Packs.cs @@ -200,6 +200,7 @@ private async void dataGridView1_CellContentClick(object sender, DataGridViewCel else { //Current Directory Selected + Current_Dir = Directory.GetCurrentDirectory(); if (await packs[e.RowIndex].Install(Current_Dir)) { Message_Box form = new Message_Box(); diff --git a/Forms/Main/Form1.Designer.cs b/Forms/Main/Form1.Designer.cs index 5aea921..594b84e 100644 --- a/Forms/Main/Form1.Designer.cs +++ b/Forms/Main/Form1.Designer.cs @@ -131,9 +131,9 @@ private void InitializeComponent() this.guna2HtmlLabel1.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.guna2HtmlLabel1.Location = new System.Drawing.Point(12, 12); this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(169, 23); + this.guna2HtmlLabel1.Size = new System.Drawing.Size(212, 30); this.guna2HtmlLabel1.TabIndex = 0; - this.guna2HtmlLabel1.Text = "Pocket Updater v1.5.4"; + this.guna2HtmlLabel1.Text = "Pocket Updater v1.5.5"; // // guna2ControlBox1 // @@ -185,7 +185,7 @@ private void InitializeComponent() // this.Update_Available.Anchor = System.Windows.Forms.AnchorStyles.Right; this.Update_Available.AutoRoundedCorners = true; - this.Update_Available.BorderRadius = 14; + this.Update_Available.BorderRadius = 17; this.Update_Available.Cursor = System.Windows.Forms.Cursors.Hand; this.Update_Available.CustomizableEdges = customizableEdges19; this.Update_Available.DefaultAutoSize = true; @@ -195,11 +195,11 @@ private void InitializeComponent() this.Update_Available.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141))))); this.Update_Available.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.Update_Available.ForeColor = System.Drawing.Color.White; - this.Update_Available.Location = new System.Drawing.Point(962, 8); + this.Update_Available.Location = new System.Drawing.Point(962, 7); this.Update_Available.Margin = new System.Windows.Forms.Padding(100, 20, 3, 3); this.Update_Available.Name = "Update_Available"; this.Update_Available.ShadowDecoration.CustomizableEdges = customizableEdges20; - this.Update_Available.Size = new System.Drawing.Size(190, 31); + this.Update_Available.Size = new System.Drawing.Size(232, 36); this.Update_Available.TabIndex = 3; this.Update_Available.Text = "App Update Available!"; this.Update_Available.Visible = false; @@ -209,7 +209,7 @@ private void InitializeComponent() // this.No_Internet.Anchor = System.Windows.Forms.AnchorStyles.Right; this.No_Internet.AutoRoundedCorners = true; - this.No_Internet.BorderRadius = 14; + this.No_Internet.BorderRadius = 17; this.No_Internet.Cursor = System.Windows.Forms.Cursors.Hand; this.No_Internet.CustomizableEdges = customizableEdges21; this.No_Internet.DefaultAutoSize = true; @@ -225,7 +225,7 @@ private void InitializeComponent() this.No_Internet.Margin = new System.Windows.Forms.Padding(100, 20, 3, 3); this.No_Internet.Name = "No_Internet"; this.No_Internet.ShadowDecoration.CustomizableEdges = customizableEdges22; - this.No_Internet.Size = new System.Drawing.Size(271, 31); + this.No_Internet.Size = new System.Drawing.Size(332, 36); this.No_Internet.TabIndex = 4; this.No_Internet.Text = "No Internet Connection Detected!"; this.No_Internet.Visible = false; @@ -565,7 +565,7 @@ private void InitializeComponent() // // Form1 // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(62)))), ((int)(((byte)(78))))); this.ClientSize = new System.Drawing.Size(1273, 688); diff --git a/Forms/Main/Form1.cs b/Forms/Main/Form1.cs index 20207e4..c9ccde3 100644 --- a/Forms/Main/Form1.cs +++ b/Forms/Main/Form1.cs @@ -9,7 +9,7 @@ namespace Pocket_Updater { public partial class Form1 : Form { - private const string VERSION = "1.5.4"; + private const string VERSION = "1.5.5"; private const string API_URL = "https://api.github.com/repos/RetroDriven/Pocket_Updater/releases"; private const string RELEASE_URL = "https://github.com/RetroDriven/Pocket_Updater/releases/latest"; diff --git a/Pocket_Updater.csproj b/Pocket_Updater.csproj index 98bf279..650e621 100644 --- a/Pocket_Updater.csproj +++ b/Pocket_Updater.csproj @@ -3,7 +3,7 @@ WinExe net6.0-windows - 1.5.4 + 1.5.5 Pocket_Updater enable true