summaryrefslogtreecommitdiffstats
path: root/lib/branch_rename.tcl
diff options
context:
space:
mode:
authorPat Thoyts <patthoyts@users.sourceforge.net>2010-10-08 00:00:33 +0200
committerPat Thoyts <patthoyts@users.sourceforge.net>2010-10-08 00:00:33 +0200
commit4c56d1ddc03e6370a3afc01a011e6c3e65ff65d3 (patch)
treeca7a662de0ad97b59ff6dbc644192f6be144bfb4 /lib/branch_rename.tcl
parentgit-gui: generic version trimming (diff)
downloadgit-4c56d1ddc03e6370a3afc01a011e6c3e65ff65d3.tar.xz
git-4c56d1ddc03e6370a3afc01a011e6c3e65ff65d3.zip
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>
Diffstat (limited to '')
-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