mouse: Fix the look of test button
https://bugzilla.gnome.org/show_bug.cgi?id=703769
This commit is contained in:
parent
720f1b4a87
commit
4678863a0f
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ cc_mouse_panel_constructed (GObject *object)
|
|||
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
|
||||
|
||||
button = gtk_button_new_with_mnemonic (_("Test Your _Settings"));
|
||||
gtk_style_context_add_class (gtk_widget_get_style_context (button),
|
||||
"text-button");
|
||||
gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
|
||||
gtk_widget_set_visible (button, TRUE);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue