mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-30 04:47:06 +02:00
-- Fixed minor problem in calendar resizing.
This commit is contained in:
+1
-2
@@ -11,7 +11,7 @@
|
||||
#
|
||||
#--------------------------------------------------------------
|
||||
|
||||
# $Id: tkremind,v 1.18 1998-04-19 03:52:46 dfs Exp $
|
||||
# $Id: tkremind,v 1.19 1998-04-23 02:56:46 dfs Exp $
|
||||
|
||||
# the next line restarts using wish \
|
||||
exec wish "$0" "$@"
|
||||
@@ -322,7 +322,6 @@ proc ConfigureCalFrame { w firstDay numDays } {
|
||||
grid rowconfigure $w $row -weight 0
|
||||
grid rowconfigure $w [expr $row+1] -weight 0
|
||||
} else {
|
||||
grid rowconfigure $w $row -weight 1
|
||||
grid rowconfigure $w [expr $row+1] -weight 1
|
||||
}
|
||||
$w.l$i configure -text "" -command "" -state disabled -relief flat
|
||||
|
||||
Reference in New Issue
Block a user