From 1e9dbf2df06c80d62645f705b9d5ad5c37b8695f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 28 Jan 2023 10:32:19 -0500 Subject: tooltip: Prevent too-wide tooltip windows Set the label to expand, so it actually fills the width that we allocated for it, instead of shrinking back to the minimum width for its height. Fixes: #5521 --- gtk/ui/gtktooltipwindow.ui | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/ui') diff --git a/gtk/ui/gtktooltipwindow.ui b/gtk/ui/gtktooltipwindow.ui index 2cecd58c73..d0fc9bc1c6 100644 --- a/gtk/ui/gtktooltipwindow.ui +++ b/gtk/ui/gtktooltipwindow.ui @@ -13,6 +13,7 @@ + 1 1 50 -- cgit v1.2.1