Really set an image
This commit is contained in:
parent
53babd7ad1
commit
0de2afe925
|
@ -60,7 +60,8 @@ Flashlight * flashlight_new(GtkOrientation orientation)
|
||||||
flashlight->box = gtk_box_new(orientation, 0);
|
flashlight->box = gtk_box_new(orientation, 0);
|
||||||
gtk_box_set_homogeneous(GTK_BOX(flashlight->box), TRUE);
|
gtk_box_set_homogeneous(GTK_BOX(flashlight->box), TRUE);
|
||||||
/* image */
|
/* image */
|
||||||
flashlight->image = gtk_image_new();
|
flashlight->image = gtk_image_new_from_icon_name("gtk-dialog-info",
|
||||||
|
GTK_ICON_SIZE_DIALOG);
|
||||||
gtk_box_pack_start(GTK_BOX(flashlight->box), flashlight->image, TRUE,
|
gtk_box_pack_start(GTK_BOX(flashlight->box), flashlight->image, TRUE,
|
||||||
TRUE, 0);
|
TRUE, 0);
|
||||||
/* controls */
|
/* controls */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user