summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPat Thoyts <patthoyts@users.sourceforge.net>2014-06-13 19:38:28 +0100
committerPat Thoyts <patthoyts@users.sourceforge.net>2014-06-13 19:38:28 +0100
commit41a5f0b540f3fbd55e4877e526fbefc0ff0269e1 (patch)
treee973244cf5848f8706342ae65bb28de14238ac58
parent2202b8b8bc40ede580490979007329f2d02387a8 (diff)
downloadgit-41a5f0b540f3fbd55e4877e526fbefc0ff0269e1.tar.gz
git-gui: align the new recursive checkbox with the radiobuttons.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-rw-r--r--lib/choose_repository.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/choose_repository.tcl b/lib/choose_repository.tcl
index 1209fa63e1..92d602221f 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