DORMANTno replies

[PATCH] gitk: Swap positions of 'next' and 'prev' buttons in the 'Find' section.

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:43:48
Subsystem: the rest · Maintainer: Linus Torvalds

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 <redacted>
---
  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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help