Skip to content

Commit 41a5f0b

Browse files
committed
git-gui: align the new recursive checkbox with the radiobuttons.
Signed-off-by: Pat Thoyts <[email protected]>
1 parent 2202b8b commit 41a5f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/choose_repository.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ method _do_clone {} {
530530
-text [mc "Recursively clone submodules too"] \
531531
-variable @recursive \
532532
-onvalue true -offvalue false
533-
pack $args.type_f.recursive
533+
pack $args.type_f.recursive -anchor w
534534
grid $args.type_l $args.type_f -sticky new
535535

536536
grid columnconfigure $args 1 -weight 1

0 commit comments

Comments
 (0)