From 47cd6e4629cfb30e87484d8074128a87b6ef0648 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Wed, 3 May 2023 17:02:29 +0200 Subject: [PATCH] MainForm.cs - Fixed Application not showing Title in task bar --- PCK-Studio/MainForm.cs | 4 +++- PCK-Studio/MainForm.resx | 16 ++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index e0ee7a34..770fdaa3 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -72,7 +72,9 @@ namespace PckStudio tabControl.SelectTab(0); isSelectingTab = false; - labelVersion.Text = "PCK Studio: " + Application.ProductVersion; + Text = Application.ProductName; + + labelVersion.Text = $"{Application.ProductName}: {Application.ProductVersion}"; ChangelogRichTextBox.Text = Resources.CHANGELOG; #if BETA diff --git a/PCK-Studio/MainForm.resx b/PCK-Studio/MainForm.resx index 656d3e81..6f665d40 100644 --- a/PCK-Studio/MainForm.resx +++ b/PCK-Studio/MainForm.resx @@ -522,7 +522,7 @@ - 180, 22 + 114, 22 New @@ -536,7 +536,7 @@ - 180, 22 + 114, 22 Open @@ -550,7 +550,7 @@ - 180, 22 + 114, 22 Extract @@ -569,7 +569,7 @@ - 180, 22 + 114, 22 Save @@ -588,13 +588,13 @@ - 180, 22 + 114, 22 Save As - 180, 22 + 114, 22 Close @@ -621,7 +621,7 @@ - 180, 22 + 176, 22 Advanced Bulk @@ -647,7 +647,7 @@ - 180, 22 + 176, 22 Convert to Bedrock