# HG changeset patch # User giacomo # Date 1138505009 28800 # Node ID 2d86cb17b5af265ead4b5e28253f057c52305900 # Parent e7617511d3c920575aa037c20eee2625d2175ecb [svn] centered text in audacious logo window diff -r e7617511d3c9 -r 2d86cb17b5af audacious/about.c --- a/audacious/about.c Sat Jan 28 17:08:53 2006 -0800 +++ b/audacious/about.c Sat Jan 28 19:23:29 2006 -0800 @@ -194,7 +194,8 @@ gtk_label_set_attributes(GTK_LABEL(brief_label), brief_label_attrs); g_free(text); - gtk_fixed_put(GTK_FIXED(about_fixedbox), brief_label, 75, 145); + gtk_fixed_put(GTK_FIXED(about_fixedbox), brief_label, 20, 145); + gtk_widget_set_size_request( brief_label , 460 , -1 ); gtk_widget_show_all(about_window); gtk_window_present(GTK_WINDOW(about_window));