[PD-cvs] pd/src u_main.tk,1.17.2.4,1.17.2.5

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Jan 8 07:08:58 CET 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3319

Modified Files:
      Tag: branch-v0-39-2-extended
	u_main.tk 
Log Message:
fixed up iemgui properties pane with '-fill x'

Index: u_main.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
retrieving revision 1.17.2.4
retrieving revision 1.17.2.5
diff -C2 -d -r1.17.2.4 -r1.17.2.5
*** u_main.tk	8 Jan 2007 04:32:08 -0000	1.17.2.4
--- u_main.tk	8 Jan 2007 06:08:56 -0000	1.17.2.5
***************
*** 2584,2590 ****
  	 pack $id.spacer0 -side top
      
! 	 labelframe $id.s_r -borderwidth 1 -padx 3 -pady 4 -text "messages" \
  		  -font {{Bitstream Vera Sans Mono} 12 bold}
! 	 pack $id.s_r -side top
      frame $id.s_r.send
      pack $id.s_r.send -side top
--- 2584,2590 ----
  	 pack $id.spacer0 -side top
      
! 	 labelframe $id.s_r -borderwidth 1 -pady 4 -text "messages" \
  		  -font {{Bitstream Vera Sans Mono} 12 bold}
! 	 pack $id.s_r -side top -fill x
      frame $id.s_r.send
      pack $id.s_r.send -side top
***************
*** 2613,2617 ****
  	 labelframe $id.label -borderwidth 1 -text "label" -pady 4 \
  		  -font {{Bitstream Vera Sans Mono} 12 bold}
! 	 pack $id.label -side top
      frame $id.label.name
      pack $id.label.name -side top
--- 2613,2617 ----
  	 labelframe $id.label -borderwidth 1 -text "label" -pady 4 \
  		  -font {{Bitstream Vera Sans Mono} 12 bold}
! 	 pack $id.label -side top -fill x
      frame $id.label.name
      pack $id.label.name -side top
***************
*** 2658,2664 ****
  	 pack $id.spacer2 -side top
      
!     labelframe $id.colors -borderwidth 1 -padx 3 -pady 4 -text "colors" \
  		  -font {{Bitstream Vera Sans Mono} 12 bold}
!     pack $id.colors
      
      frame $id.colors.select
--- 2658,2664 ----
  	 pack $id.spacer2 -side top
      
!     labelframe $id.colors -borderwidth 1 -pady 4 -text "colors" \
  		  -font {{Bitstream Vera Sans Mono} 12 bold}
!     pack $id.colors -fill x
      
      frame $id.colors.select





More information about the Pd-cvs mailing list