mirror of
https://github.com/git/git.git
synced 2026-04-02 13:00:08 +02:00
gitk: Swap positions of 'next' and 'prev' buttons in the 'Find' section.
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>
This commit is contained in:
committed by
Johannes Sixt
parent
f80f1db8b5
commit
fc7fe85cbc
@@ -2057,7 +2057,7 @@ proc makewindow {} {
|
||||
button .tf.lbar.fnext -text [mc "next"] -command {dofind 1 1}
|
||||
button .tf.lbar.fprev -text [mc "prev"] -command {dofind -1 1}
|
||||
label .tf.lbar.flab2 -text " [mc "commit"] "
|
||||
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 [mc "containing:"]
|
||||
set gm [tk_optionMenu .tf.lbar.gdttype gdttype \
|
||||
|
||||
Reference in New Issue
Block a user