SF.net SVN: geany:[2847] trunk/src/about.c

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Aug 1 15:53:12 UTC 2008


Revision: 2847
          http://geany.svn.sourceforge.net/geany/?rev=2847&view=rev
Author:   eht16
Date:     2008-08-01 15:53:12 +0000 (Fri, 01 Aug 2008)

Log Message:
-----------
Add missing pack flag.

Modified Paths:
--------------
    trunk/src/about.c

Modified: trunk/src/about.c
===================================================================
--- trunk/src/about.c	2008-08-01 15:52:42 UTC (rev 2846)
+++ trunk/src/about.c	2008-08-01 15:53:12 UTC (rev 2847)
@@ -350,7 +350,7 @@
 
 	label = geany_wrap_label_new(contributors);
 	gtk_table_attach(GTK_TABLE(table), label, 0, 2, row, row + 1,
-					(GtkAttachOptions) (GTK_FILL),
+					(GtkAttachOptions) (GTK_FILL | GTK_EXPAND),
 					(GtkAttachOptions) (0), 0, 5);
 	gtk_label_set_use_markup(GTK_LABEL(label), TRUE);
 	gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list