diff options
Diffstat (limited to 'gitk-git')
| -rwxr-xr-x | gitk-git/gitk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitk-git/gitk b/gitk-git/gitk index 831e2e0178..d78b124347 100755 --- a/gitk-git/gitk +++ b/gitk-git/gitk @@ -2589,8 +2589,8 @@ proc makewindow {} { pack $fstring -side left -expand 1 -fill x # Finish putting the upper half of the viewer together - pack .tf.lbar -in .tf -side bottom -fill x - pack .tf.bar -in .tf -side bottom -fill x + pack .tf.lbar -in .tf -side top -fill x + pack .tf.bar -in .tf -side top -fill x pack .tf.histframe -fill both -side top -expand 1 .ctop add .tf |
