git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-gui: Fixed compatibility for screen height equal 600 px
@ 2009-10-09  0:32 Vietor Liu
  0 siblings, 0 replies; only message in thread
From: Vietor Liu @ 2009-10-09  0:32 UTC (permalink / raw)
  To: spearce; +Cc: git, Vietor Liu

When the screen height equal 600 px, The Main Window should be hide
the Push button and Status bar. This patch support screen height
equal 600 (e.g. 800*600 1024*600).

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-09  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-09  0:32 [PATCH] git-gui: Fixed compatibility for screen height equal 600 px Vietor Liu

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).