diff options
| author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2014-06-13 19:38:28 +0100 |
|---|---|---|
| committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2014-06-13 19:38:28 +0100 |
| commit | 41a5f0b540f3fbd55e4877e526fbefc0ff0269e1 (patch) | |
| tree | e973244cf5848f8706342ae65bb28de14238ac58 | |
| parent | git-gui: Add a 'recursive' checkbox in the clone menu. (diff) | |
| download | git-41a5f0b540f3fbd55e4877e526fbefc0ff0269e1.tar.gz git-41a5f0b540f3fbd55e4877e526fbefc0ff0269e1.zip | |
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.tcl | 2 |
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 |
