git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Sixt <j.sixt@viscovery.net>
To: Paul Mackerras <paulus@samba.org>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: [PATCH] gitk: Swap positions of 'next' and 'prev' buttons in the 'Find' section.
Date: Wed, 07 Nov 2007 11:22:03 +0100	[thread overview]
Message-ID: <473191CB.8060806@viscovery.net> (raw)

The button order 'prev' left of 'next' feels more natural than the other
way round, in particular, compared to the order of the forward and backward
arrows that are in the line above.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
---
  gitk |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitk b/gitk
index 01a8541..727f4a0 100755
--- a/gitk
+++ b/gitk
@@ -767,7 +767,7 @@ proc makewindow {} {
      button .tf.lbar.fnext -text "next" -command {dofind 1 1} -font uifont
      button .tf.lbar.fprev -text "prev" -command {dofind -1 1} -font uifont
      label .tf.lbar.flab2 -text " commit " -font uifont
-    pack .tf.lbar.flabel .tf.lbar.fnext .tf.lbar.fprev .tf.lbar.flab2 \
+    pack .tf.lbar.flabel .tf.lbar.fprev .tf.lbar.fnext .tf.lbar.flab2 \
  	-side left -fill y
      set gdttype "containing:"
      set gm [tk_optionMenu .tf.lbar.gdttype gdttype \
-- 
1.5.3.5.1298.g228d6-dirty

             reply	other threads:[~2007-11-07 10:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-07 10:22 Johannes Sixt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-17 11:50 [PATCH] gitk: Swap positions of 'next' and 'prev' buttons in the 'Find' section Johannes Sixt
2008-12-21 22:59 ` Paul Mackerras

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=473191CB.8060806@viscovery.net \
    --to=j.sixt@viscovery.net \
    --cc=git@vger.kernel.org \
    --cc=paulus@samba.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).