summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPat Thoyts <patthoyts@users.sourceforge.net>2010-10-07 23:00:33 +0100
committerPat Thoyts <patthoyts@users.sourceforge.net>2010-10-07 23:00:33 +0100
commit4c56d1ddc03e6370a3afc01a011e6c3e65ff65d3 (patch)
treeca7a662de0ad97b59ff6dbc644192f6be144bfb4
parent67112c484b5d460ccceb54f3a32b62e4e6e705f0 (diff)
downloadgit-4c56d1ddc03e6370a3afc01a011e6c3e65ff65d3.tar.gz
git-gui: use full dialog width for old name when renaming branch
Let the combobox/option menu expand to fill the width of the dialog. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-rw-r--r--lib/branch_rename.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/branch_rename.tcl b/lib/branch_rename.tcl
index 63988773ba..6e510ec2e3 100644
--- a/lib/branch_rename.tcl
+++ b/lib/branch_rename.tcl
@@ -53,7 +53,7 @@ constructor dialog {} {
return 1
}
- grid $w.rename.oldname_l $w.rename.oldname_m -sticky w -padx {0 5}
+ grid $w.rename.oldname_l $w.rename.oldname_m -sticky we -padx {0 5}
grid $w.rename.newname_l $w.rename.newname_t -sticky we -padx {0 5}
grid columnconfigure $w.rename 1 -weight 1
pack $w.rename -anchor nw -fill x -pady 5 -padx 5