Skip to content

Commit

Permalink
git-gui: align the new recursive checkbox with the radiobuttons.
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
  • Loading branch information
Pat Thoyts committed Jun 13, 2014
1 parent 2202b8b commit 41a5f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/choose_repository.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41a5f0b

Please sign in to comment.