The Netbook screen likes 800*480 1024*600. The git-gui's display should be hide some buttons(ie 'Commit','Push') and 'Status bar'. Signed-off-by: Vietor Liu <vietor.liu@xxxxxxxxx> --- git-gui/git-gui.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh index 14b92ba..6af9db2 100755 --- a/git-gui/git-gui.sh +++ b/git-gui/git-gui.sh @@ -3054,7 +3054,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 0 -wrap none \ -font font_diff \ -xscrollcommand {.vpane.lower.diff.body.sbx set} \ -yscrollcommand {.vpane.lower.diff.body.sby set} \ -- 1.6.5.rc2.dirty -- 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