From 8b3784d956e4120abecdbc1748deebb6228a1c3a Mon Sep 17 00:00:00 2001 From: Jade Macho Date: Sun, 6 Jul 2025 15:36:49 +0200 Subject: [PATCH] config: Fix mismatched tooltips --- CustomResolution2782/Windows/ConfigWindow.cs | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CustomResolution2782/Windows/ConfigWindow.cs b/CustomResolution2782/Windows/ConfigWindow.cs index 04b0ead..758f8bb 100644 --- a/CustomResolution2782/Windows/ConfigWindow.cs +++ b/CustomResolution2782/Windows/ConfigWindow.cs @@ -247,15 +247,8 @@ This is still being worked on before the v1.0 release."); if (ImGui.IsItemHovered()) { - ImGui.SetTooltip(@"Fixes DXVK borderless window causing black screens when alt-tabbing. -This can *possibly* impact performance, depending on your Windows version and GPU. - -Feel free to experiment with this toggle. -Make sure to switch the game to windowed and then back to borderless windowed when changing. - -Works even with the scaling above disabled. - -Not intended to be used with proper fullscreen."); + ImGui.SetTooltip(@"Smaller tweaks and fixes, f.e. for DXVK on Windows, +or to allow making the window smaller than 1024x768."); } if (!imTab.Success) @@ -283,8 +276,15 @@ Not intended to be used with proper fullscreen."); if (ImGui.IsItemHovered()) { - ImGui.SetTooltip(@"Smaller tweaks and fixes, f.e. for DXVK on Windows, -or to allow making the window smaller than 1024x768."); + ImGui.SetTooltip(@"Fixes DXVK borderless window causing black screens when alt-tabbing. +This can *possibly* impact performance, depending on your Windows version and GPU. + +Feel free to experiment with this toggle. +Make sure to switch the game to windowed and then back to borderless windowed when changing. + +Works even with the scaling above disabled. + +Not intended to be used with proper fullscreen."); } if (ImGui.BeginCombo("Minimum window size", _.MinSizeMode.ToHumanNameString()))