From ebff4279347400f87f24bd9dbf7f655f425c132e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Jun 2009 20:57:28 +0100 Subject: [PATCH] dictionary-manager approval minor fixes --- pctb/dictionary-manager | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pctb/dictionary-manager b/pctb/dictionary-manager index 26c8807..a2a82a4 100755 --- a/pctb/dictionary-manager +++ b/pctb/dictionary-manager @@ -882,7 +882,7 @@ proc approve_showentry {ix file specdata} { pack $wb-act.rej grid $wb-def $wb-image $wb-act $wb-inf -padx 3 - grid configure $wb-image -ipadx 3 -ipady 3 + grid configure $wb-image -ipadx 3 -ipady 3 -sticky w lappend approve_ixes $ix } @@ -982,7 +982,7 @@ proc approve_show_page {delta} { eval destroy [winfo children .app] set approve_ixes {} - set per_page 2 + set per_page 10 incr approve_page $delta set ll [llength $approve_list] -- 2.30.2