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 \
33693369 -relief sunken \
33703370 -width $repo_config(gui.commitmsgwidth) -height 9 -wrap none \
33713371 -font font_diff \
3372+ -xscrollcommand {.vpane.lower.commarea.buffer.frame.sbx set} \
33723373 -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]
33733377${NS} ::scrollbar .vpane.lower.commarea.buffer.frame.sby \
3378+ -orient vertical \
33743379 -command [ list $ui_comm yview]
33753380
3381+ pack .vpane.lower.commarea.buffer.frame.sbx -side bottom -fill x
33763382pack .vpane.lower.commarea.buffer.frame.sby -side right -fill y
33773383pack $ui_comm -side left -fill y
33783384pack .vpane.lower.commarea.buffer.header -side top -fill x
You can’t perform that action at this time.
0 commit comments