stackswitcher: Expand child buttons

Fixes #4196
This commit is contained in:
Timm Bäder
2021-08-27 16:37:37 +02:00
committed by Matthias Clasen
parent ac7bdabe95
commit 252ce5a5c7

View File

@@ -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);