git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vietor Liu <vietor.liu@gmail.com>
To: spearce@spearce.org
Cc: git@vger.kernel.org
Subject: [PATCH] git-gui: Fixed _main window_ for screen height equal 600 px
Date: Sat, 10 Oct 2009 08:59:43 +0800	[thread overview]
Message-ID: <1255136383-6623-1-git-send-email-vietor.liu@gmail.com> (raw)

When the screen height equal 600 px(e.g. Asus EeePC 1024x600), The
_main window_ should be hide the _Push button_ and _Status bar_.

Signed-off-by: Vietor Liu <vietor.liu@gmail.com>
---
 git-gui.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-gui.sh b/git-gui.sh
index 09b2720..037a1f2 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -3083,7 +3083,7 @@ frame .vpane.lower.diff.body
 set ui_diff .vpane.lower.diff.body.t
 text $ui_diff -background white -foreground black \
 	-borderwidth 0 \
-	-width 80 -height 15 -wrap none \
+	-width 80 -height 5 -wrap none \
 	-font font_diff \
 	-xscrollcommand {.vpane.lower.diff.body.sbx set} \
 	-yscrollcommand {.vpane.lower.diff.body.sby set} \
-- 
1.6.5.rc3

             reply	other threads:[~2009-10-10  1:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-10  0:59 Vietor Liu [this message]
2009-10-12  3:18 [PATCH] git-gui: Fixed _main window_ for screen height equal 600 px Vietor Liu
2009-10-12  6:33 Vietor Liu
2009-10-12  7:35 ` Johannes Schindelin
2009-10-12  8:23   ` Vietor Liu
2009-10-12 14:34     ` Shawn O. Pearce

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

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

  git send-email \
    --in-reply-to=1255136383-6623-1-git-send-email-vietor.liu@gmail.com \
    --to=vietor.liu@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=spearce@spearce.org \
    /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.
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 NNTP newsgroup(s).