mouse: Fix stretched "Test Your Settings" button

This commit is contained in:
Yosef Or Boczko 2013-08-21 13:48:20 +03:00
parent 648be6c11a
commit ca61b4dce9

View file

@ -100,6 +100,7 @@ cc_mouse_panel_constructed (GObject *object)
button = gtk_button_new_with_mnemonic (_("Test Your _Settings"));
gtk_style_context_add_class (gtk_widget_get_style_context (button),
"text-button");
gtk_widget_set_valign (button, GTK_ALIGN_CENTER);
gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
gtk_widget_set_visible (button, TRUE);