git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Pat Thoyts <patthoyts@users.sourceforge.net>
To: Max Kirillov <max@max630.net>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] git-gui: right half window is paned
Date: Tue, 27 Aug 2013 10:32:48 +0100	[thread overview]
Message-ID: <878uznqy0v.fsf@fox.patthoyts.tk> (raw)
In-Reply-To: <20130821033822.GB6156@wheezy.local> (Max Kirillov's message of "Wed, 21 Aug 2013 06:38:40 +0300")

Max Kirillov <max@max630.net> writes:

>For long descriptions it would be nice to be able to resize
>the comment text field.
>
>Signed-off-by: Max Kirillov <max@max630.net>
>---
> 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

  reply	other threads:[~2013-08-27  9:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-21  3:29 [PATCH] Add gui.displayuntracked option Max Kirillov
2013-08-21  3:38 ` [PATCH] git-gui: right half window is paned Max Kirillov
2013-08-27  9:32   ` Pat Thoyts [this message]
2013-08-27  9:31 ` [PATCH] Add gui.displayuntracked option Pat Thoyts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878uznqy0v.fsf@fox.patthoyts.tk \
    --to=patthoyts@users.sourceforge.net \
    --cc=git@vger.kernel.org \
    --cc=max@max630.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).