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

gEDA-cvs: gaf.git: branch: master updated (1.7.0-20110116-107-gbd939b7)



The branch, master has been updated
       via  bd939b78afa64e27bd9366133ecf636b145c2fe7 (commit)
      from  d9e7c8f29bdef0913515649356f4b1d43a36fee6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gschem/src/x_window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit bd939b78afa64e27bd9366133ecf636b145c2fe7
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>

    gschem: enlarge macro entry box

:100644 100644 915c907... 3e75a03... M	gschem/src/x_window.c

=========
 Changes
=========

commit bd939b78afa64e27bd9366133ecf636b145c2fe7
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>

    gschem: enlarge macro entry box

diff --git a/gschem/src/x_window.c b/gschem/src/x_window.c
index 915c907..3e75a03 100644
--- a/gschem/src/x_window.c
+++ b/gschem/src/x_window.c
@@ -458,7 +458,7 @@ void x_window_create_main(GSCHEM_TOPLEVEL *w_current)
 
   w_current->macro_box = gtk_hbox_new(FALSE, 0);
   gtk_box_pack_start(GTK_BOX(w_current->macro_box), w_current->macro_entry,
-		     FALSE, FALSE, 2);
+		     TRUE, TRUE, 2);
   gtk_container_border_width(GTK_CONTAINER(w_current->macro_box), 1);
   gtk_box_pack_start (GTK_BOX (main_box), w_current->macro_box,
 		      FALSE, FALSE, 0);



_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs