Mercurial > geeqie
changeset 1068:e67636316f4c
fixed bar_exif separator
author | nadvornik |
---|---|
date | Sat, 18 Oct 2008 09:07:52 +0000 |
parents | 78007efd1140 |
children | aeae25d5d50d |
files | src/bar_exif.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bar_exif.c Sat Oct 18 08:40:32 2008 +0000 +++ b/src/bar_exif.c Sat Oct 18 09:07:52 2008 +0000 @@ -679,7 +679,7 @@ } 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);