From 88dfc590381ac1ca487ef0913d56fc91e4a05834 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:53:35 +1000 Subject: [PATCH] Remove custom tooltip timings (#19604) --- Content.Client/Examine/ExamineButton.cs | 1 - Content.Client/Lathe/UI/RecipeControl.xaml | 1 - Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs | 4 ---- Content.Client/Research/UI/MiniTechnologyCardControl.xaml | 3 +-- Content.Client/UserInterface/Controls/MenuButton.cs | 2 -- .../UserInterface/Systems/Actions/Controls/ActionButton.cs | 1 - .../UserInterface/Systems/Alerts/Controls/AlertControl.cs | 5 ----- Content.Client/Verbs/UI/VerbMenuElement.cs | 3 --- 8 files changed, 1 insertion(+), 19 deletions(-) diff --git a/Content.Client/Examine/ExamineButton.cs b/Content.Client/Examine/ExamineButton.cs index 912b7dc9db..52ff7a972e 100644 --- a/Content.Client/Examine/ExamineButton.cs +++ b/Content.Client/Examine/ExamineButton.cs @@ -41,7 +41,6 @@ public sealed class ExamineButton : ContainerButton } ToolTip = verb.Message ?? verb.Text; - TooltipDelay = 0.3f; // if you're hovering over these icons, you probably want to know what they do. Icon = new TextureRect { diff --git a/Content.Client/Lathe/UI/RecipeControl.xaml b/Content.Client/Lathe/UI/RecipeControl.xaml index cacbf84ff7..2e02c8a614 100644 --- a/Content.Client/Lathe/UI/RecipeControl.xaml +++ b/Content.Client/Lathe/UI/RecipeControl.xaml @@ -2,7 +2,6 @@