Skip to content

Commit 4c56d1d

Browse files
committed
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 <[email protected]>
1 parent 67112c4 commit 4c56d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/branch_rename.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ constructor dialog {} {
5353
return 1
5454
}
5555

56-
grid $w.rename.oldname_l $w.rename.oldname_m -sticky w -padx {0 5}
56+
grid $w.rename.oldname_l $w.rename.oldname_m -sticky we -padx {0 5}
5757
grid $w.rename.newname_l $w.rename.newname_t -sticky we -padx {0 5}
5858
grid columnconfigure $w.rename 1 -weight 1
5959
pack $w.rename -anchor nw -fill x -pady 5 -padx 5

0 commit comments

Comments
 (0)