Skip to content

Commit

Permalink
git-gui: use full dialog width for old name when renaming branch
Browse files Browse the repository at this point in the history
Let the combobox/option menu expand to fill the width of the dialog.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
  • Loading branch information
Pat Thoyts committed Oct 7, 2010
1 parent 67112c4 commit 4c56d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/branch_rename.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c56d1d

Please sign in to comment.