From 252ce5a5c75d2333a995b1a72ae3d98f32af781d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Fri, 27 Aug 2021 16:37:37 +0200 Subject: [PATCH] stackswitcher: Expand child buttons Fixes #4196 --- gtk/gtkstackswitcher.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkstackswitcher.c b/gtk/gtkstackswitcher.c index dfb584cece..a77bca8300 100644 --- a/gtk/gtkstackswitcher.c +++ b/gtk/gtkstackswitcher.c @@ -273,6 +273,8 @@ add_child (guint position, button = g_object_new (GTK_TYPE_TOGGLE_BUTTON, "accessible-role", GTK_ACCESSIBLE_ROLE_TAB, + "hexpand", TRUE, + "vexpand", TRUE, NULL); gtk_widget_set_focus_on_click (button, FALSE); -- 2.30.2