changeset 547:2d86cb17b5af trunk

[svn] centered text in audacious logo window
author giacomo
date Sat, 28 Jan 2006 19:23:29 -0800
parents e7617511d3c9
children 1954be7d4889
files audacious/about.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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));