parasite: Turn the inspect button back into an image button
This commit is contained in:
		| @ -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; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen