From e3cb2bb4a1e0fde93b56a7b1d6035b0fb40dff05 Mon Sep 17 00:00:00 2001 From: seerge Date: Tue, 11 Apr 2023 22:30:17 +0200 Subject: [PATCH] Minor tweaks --- app/HardwareMonitor.cs | 4 ++-- app/Keyboard.Designer.cs | 2 +- app/Properties/Strings.tr.resx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/HardwareMonitor.cs b/app/HardwareMonitor.cs index f4169a08..f7c77047 100644 --- a/app/HardwareMonitor.cs +++ b/app/HardwareMonitor.cs @@ -126,8 +126,8 @@ public static class HardwareMonitor { Thread.Sleep(1000); return (GetGpuUse() > threshold); - } else - return false; + } + return false; } public static void RecreateGpuTemperatureProviderWithDelay() diff --git a/app/Keyboard.Designer.cs b/app/Keyboard.Designer.cs index a3d8e735..068528ae 100644 --- a/app/Keyboard.Designer.cs +++ b/app/Keyboard.Designer.cs @@ -283,7 +283,7 @@ namespace GHelper // AutoScaleDimensions = new SizeF(13F, 32F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(776, 858); + ClientSize = new Size(830, 858); Controls.Add(groupOther); Controls.Add(groupLight); Controls.Add(groupBox1); diff --git a/app/Properties/Strings.tr.resx b/app/Properties/Strings.tr.resx index f030549d..392d6f28 100644 --- a/app/Properties/Strings.tr.resx +++ b/app/Properties/Strings.tr.resx @@ -361,7 +361,7 @@ Başlangıçta Çalıştır - Kapat + Kapalı Sessiz @@ -405,4 +405,4 @@ Uygulama penceresini her zaman en üstte tut - + \ No newline at end of file