Skip to content

Commit

Permalink
fixed bar_exif separator
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Oct 18, 2008
1 parent 666154c commit 40e5b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bar_exif.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ GtkWidget *bar_exif_new(gint show_title, FileData *fd, gint advanced, GtkWidget
}

eb->custom_sep = gtk_hseparator_new();
gtk_table_attach(GTK_TABLE(table), eb->custom_sep, 0, 1,
gtk_table_attach(GTK_TABLE(table), eb->custom_sep, 0, 3,
exif_len, exif_len + 1,
GTK_FILL, GTK_FILL, 2, 2);

Expand Down

0 comments on commit 40e5b63

Please sign in to comment.