From: Timm Bäder Date: Fri, 27 Aug 2021 14:37:37 +0000 (+0200) Subject: stackswitcher: Expand child buttons X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~328^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=136a3f6e5aaddd8ba1c42cbce7633187b2bca1b6;p=gtk4.git stackswitcher: Expand child buttons Fixes #4196 --- 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);