From 9b408d911a51875b9c75641f84a739dfe3e1cccf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 15 Dec 2015 19:39:57 -0500 Subject: shortcuts: Fix the circular stack switcher The buttons need to set min-width now, to make this work. --- gtk/gtkshortcutssection.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gtk/gtkshortcutssection.c') diff --git a/gtk/gtkshortcutssection.c b/gtk/gtkshortcutssection.c index 0ca0386a87..3295ebb885 100644 --- a/gtk/gtkshortcutssection.c +++ b/gtk/gtkshortcutssection.c @@ -586,12 +586,6 @@ adjust_page_buttons (GtkWidget *widget, { GtkWidget *label; - /* - * TODO: This is a hack to get the GtkStackSwitcher radio - * buttons to look how we want. However, it's very - * much font size specific. - */ - gtk_widget_set_size_request (widget, 34, 34); gtk_style_context_add_class (gtk_widget_get_style_context (widget), "circular"); label = gtk_bin_get_child (GTK_BIN (widget)); -- cgit v1.2.1