From: Paul Mangan Date: Fri, 25 Apr 2003 10:53:07 +0000 (+0000) Subject: correct strange float value X-Git-Tag: rel_0_9_0~94 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=09f798825ad3fa556d81a6acbf0735e4a8e14356 correct strange float value --- diff --git a/src/gtk/pluginwindow.c b/src/gtk/pluginwindow.c index c773dd135..a17bc6437 100644 --- a/src/gtk/pluginwindow.c +++ b/src/gtk/pluginwindow.c @@ -177,7 +177,7 @@ void pluginwindow_create() gtk_widget_show(label12); gtk_clist_set_column_widget(GTK_CLIST(plugin_list), 0, label12); gtk_label_set_justify(GTK_LABEL(label12), GTK_JUSTIFY_LEFT); - gtk_misc_set_alignment(GTK_MISC(label12), 7.45058e-09, 0.5); + gtk_misc_set_alignment(GTK_MISC(label12), 0, 0.5); vbox2 = gtk_vbox_new(FALSE, 0); gtk_widget_show(vbox2);