[Sumover-dev] [svn commit] r4158 - vic/branches/mpeg4/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Sat May 24 21:21:55 BST 2008


Author: piers
Date: Sat May 24 21:21:54 2008
New Revision: 4158

Modified:
   vic/branches/mpeg4/tcl/ui-main.tcl

Log:
Makes the background of vic's transmitted video thumbnail a darker grey 


Modified: vic/branches/mpeg4/tcl/ui-main.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-main.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-main.tcl	Sat May 24 21:21:54 2008
@@ -569,7 +569,7 @@
 	global V	
 # Show sender window as raised
 	if { $src == [srctab local] } {
-	  frame $w.r.cw -relief raised -borderwidth 2
+	  frame $w.r.cw -relief groove -borderwidth 2 -bg gray20
 	} else {
 	  frame $w.r.cw -relief groove -borderwidth 2
 	}



More information about the Sumover-dev mailing list