From: Pat Thoyts Date: Fri, 13 Jun 2014 18:38:28 +0000 (+0100) Subject: git-gui: align the new recursive checkbox with the radiobuttons. X-Git-Tag: gitgui-0.20.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41a5f0b540f3fbd55e4877e526fbefc0ff0269e1;p=thirdparty%2Fgit.git git-gui: align the new recursive checkbox with the radiobuttons. Signed-off-by: Pat Thoyts --- 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