diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-12-15 19:39:57 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-12-15 19:41:05 -0500 |
commit | 9b408d911a51875b9c75641f84a739dfe3e1cccf (patch) | |
tree | 48cb87d19ed68231dedf1c7982bf7c4461493ec2 /gtk/gtkshortcutssection.c | |
parent | db684d853d31d47f505ae888c470637ca7d4bc39 (diff) | |
download | gtk+-9b408d911a51875b9c75641f84a739dfe3e1cccf.tar.gz |
shortcuts: Fix the circular stack switcher
The buttons need to set min-width now, to make this work.
Diffstat (limited to 'gtk/gtkshortcutssection.c')
-rw-r--r-- | gtk/gtkshortcutssection.c | 6 |
1 files changed, 0 insertions, 6 deletions
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)); |