Made canvas background white.

This commit is contained in:
dfs
2001-05-07 14:14:21 +00:00
parent 0017f81da5
commit 8ae1f93899
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
#
#--------------------------------------------------------------
# $Id: build.tk,v 1.11 2000-12-18 14:05:29 dfs Exp $
# $Id: build.tk,v 1.12 2001-05-07 14:14:21 dfs Exp $
# the next line restarts using wish \
exec wish "$0" "$@"
@@ -1781,9 +1781,9 @@ proc drawLogo { c bg {pengcolor #6699cc} } {
# Does the logo thing
#***********************************************************************
proc doLogo {} {
canvas .c -width 374 -height 286 -bg #FFFFCC
canvas .c -width 374 -height 286 -bg #FFFFFF
pack .c
drawLogo .c #FFFFCC
drawLogo .c #FFFFFF
# Funky effect
.c create text 4 4 -anchor nw -text "Welcome to Remind" \

View File

@@ -11,7 +11,7 @@
/* */
/***************************************************************/
/* $Id: custom.h,v 1.27 2000-12-18 14:09:16 dfs Exp $ */
/* $Id: custom.h,v 1.28 2001-05-07 14:14:24 dfs Exp $ */
/*---------------------------------------------------------------------*/
/* LAT_DEG, LAT_MIN and LAT_SEC: Latitude of your location */