mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
Use a more appropriate icon in a more appropriate size
This commit is contained in:
parent
835820b2f5
commit
303038e24f
@ -140,7 +140,7 @@ joind_show_dialog (server *serv)
|
|||||||
gtk_widget_show (hbox1);
|
gtk_widget_show (hbox1);
|
||||||
gtk_box_pack_start (GTK_BOX (vbox1), hbox1, TRUE, TRUE, 0);
|
gtk_box_pack_start (GTK_BOX (vbox1), hbox1, TRUE, TRUE, 0);
|
||||||
|
|
||||||
image1 = gtk_image_new_from_stock ("gtk-yes", GTK_ICON_SIZE_DIALOG);
|
image1 = gtk_image_new_from_stock (GTK_STOCK_NETWORK, GTK_ICON_SIZE_LARGE_TOOLBAR);
|
||||||
gtk_widget_show (image1);
|
gtk_widget_show (image1);
|
||||||
gtk_box_pack_start (GTK_BOX (hbox1), image1, FALSE, TRUE, 24);
|
gtk_box_pack_start (GTK_BOX (hbox1), image1, FALSE, TRUE, 24);
|
||||||
gtk_misc_set_alignment (GTK_MISC (image1), 0.5, 0.06);
|
gtk_misc_set_alignment (GTK_MISC (image1), 0.5, 0.06);
|
||||||
|
Loading…
Reference in New Issue
Block a user