Max Kirillov <max@xxxxxxxxxx> writes: >For long descriptions it would be nice to be able to resize >the comment text field. > >Signed-off-by: Max Kirillov <max@xxxxxxxxxx> >--- > git-gui/git-gui.sh | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) > >diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh >index 89f636f..e2e710e 100755 >--- a/git-gui/git-gui.sh >+++ b/git-gui/git-gui.sh >@@ -3196,13 +3196,19 @@ unset i > > # -- Diff and Commit Area > # >-${NS}::frame .vpane.lower -height 300 -width 400 >+${NS}::panedwindow .vpane.lower -orient vertical > ${NS}::frame .vpane.lower.commarea >-${NS}::frame .vpane.lower.diff -relief sunken -borderwidth 1 >-pack .vpane.lower.diff -fill both -expand 1 >-pack .vpane.lower.commarea -side bottom -fill x >+${NS}::frame .vpane.lower.diff -relief sunken -borderwidth 1 -height 500 >+.vpane.lower add .vpane.lower.diff >+.vpane.lower add .vpane.lower.commarea > .vpane add .vpane.lower >-if {!$use_ttk} {.vpane paneconfigure .vpane.lower -sticky nsew} >+if {$use_ttk} { >+ .vpane.lower pane .vpane.lower.diff -weight 1 >+ .vpane.lower pane .vpane.lower.commarea -weight 0 >+} else { >+ .vpane.lower paneconfigure .vpane.lower.diff -stretch always >+ .vpane.lower paneconfigure .vpane.lower.commarea -stretch never >+} > > # -- Commit Area Buttons > # Also fine and applied. Thank you. -- Pat Thoyts http://www.patthoyts.tk/ PGP fingerprint 2C 6E 98 07 2C 59 C8 97 10 CE 11 E6 04 E0 B9 DD -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html