From 41a5f0b540f3fbd55e4877e526fbefc0ff0269e1 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Fri, 13 Jun 2014 19:38:28 +0100 Subject: [PATCH] git-gui: align the new recursive checkbox with the radiobuttons. Signed-off-by: Pat Thoyts --- lib/choose_repository.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/choose_repository.tcl b/lib/choose_repository.tcl index 1209fa6..92d6022 100644 --- a/lib/choose_repository.tcl +++ b/lib/choose_repository.tcl @@ -530,7 +530,7 @@ method _do_clone {} { -text [mc "Recursively clone submodules too"] \ -variable @recursive \ -onvalue true -offvalue false - pack $args.type_f.recursive + pack $args.type_f.recursive -anchor w grid $args.type_l $args.type_f -sticky new grid columnconfigure $args 1 -weight 1 -- 2.11.4.GIT