mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Made canvas background white.
This commit is contained in:
6
build.tk
6
build.tk
@@ -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" \
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user