[monkey-bubble: 74/753] Set window policy for the score dialog so that it doesn't shrink nor grow.



commit 79fe04a4a9f1807eabf92bcf24bdf598f54494ea
Author: Arturo Espinosa <arturo nuclecu unam mx>
Date:   Fri Feb 27 05:26:25 1998 +0000

    Set window policy for the score dialog so that it doesn't shrink nor grow.
    
    1998-02-26 Arturo Espinosa  <arturo nuclecu unam mx>
    
            * gnome-scores.c: Set window policy for the score dialog so that it
    	                  doesn't shrink nor grow.

 libgnomeui/gnome-scores.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index 982cc2a..01635c8 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -89,6 +89,8 @@ gnome_scores_new (  guint n_scores,
 	gchar     	*tmp2;
 	int i;
 
+  	gtk_window_set_policy (GTK_WINDOW(gs), FALSE, FALSE, TRUE);
+  
 	gs->logo = 0;
 	gs->but_clear = 0;
 	gs->n_scores = n_scores;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]