File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3369,10 +3369,16 @@ ttext $ui_comm -background white -foreground black \
3369
3369
-relief sunken \
3370
3370
-width $repo_config(gui.commitmsgwidth) -height 9 -wrap none \
3371
3371
-font font_diff \
3372
+ -xscrollcommand {.vpane.lower.commarea.buffer.frame.sbx set} \
3372
3373
-yscrollcommand {.vpane.lower.commarea.buffer.frame.sby set}
3374
+ ${NS} ::scrollbar .vpane.lower.commarea.buffer.frame.sbx \
3375
+ -orient horizontal \
3376
+ -command [ list $ui_comm xview]
3373
3377
${NS} ::scrollbar .vpane.lower.commarea.buffer.frame.sby \
3378
+ -orient vertical \
3374
3379
-command [ list $ui_comm yview]
3375
3380
3381
+ pack .vpane.lower.commarea.buffer.frame.sbx -side bottom -fill x
3376
3382
pack .vpane.lower.commarea.buffer.frame.sby -side right -fill y
3377
3383
pack $ui_comm -side left -fill y
3378
3384
pack .vpane.lower.commarea.buffer.header -side top -fill x
You can’t perform that action at this time.
0 commit comments