forked from AuroraMiddleware/gtk
parasite: Turn the inspect button back into an image button
This commit is contained in:
parent
8f96238194
commit
9fbb704418
@ -294,7 +294,8 @@ gtkparasite_inspect_button_new (ParasiteWindow *parasite)
|
||||
{
|
||||
GtkWidget *button;
|
||||
|
||||
button = gtk_button_new_with_label ("Inspect");
|
||||
button = gtk_button_new_from_icon_name ("find", GTK_ICON_SIZE_BUTTON);
|
||||
gtk_widget_set_tooltip_text (button, "Inspect");
|
||||
g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (on_inspect), parasite);
|
||||
|
||||
return button;
|
||||
|
Loading…
Reference in New Issue
Block a user