From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- widget/LookAndFeel.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'widget/LookAndFeel.h') diff --git a/widget/LookAndFeel.h b/widget/LookAndFeel.h index 2ab61df304..0cab187410 100644 --- a/widget/LookAndFeel.h +++ b/widget/LookAndFeel.h @@ -163,10 +163,6 @@ class LookAndFeel { * 1: scrollbar button repeats to scroll even if cursor is outside of it. */ ScrollbarButtonAutoRepeatBehavior, - /** - * Delay before showing a tooltip. - */ - TooltipDelay, /* * A Boolean value to determine whether swipe animations should be used. */ @@ -293,6 +289,9 @@ class LookAndFeel { /** GTK titlebar radius */ TitlebarRadius, + /** GTK button-to-button spacing in the inline axis */ + TitlebarButtonSpacing, + /** * Corresponding to dynamic-range. * https://drafts.csswg.org/mediaqueries-5/#dynamic-range -- cgit v1.2.3