提交 ff3f01bb 编写于 作者: B Bert Wesarg 提交者: Pat Thoyts

git-gui: span widgets over the full file output area in the blame view

Signed-off-by: NBert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: NPat Thoyts <patthoyts@users.sourceforge.net>
上级 f9ace9e6
...@@ -219,7 +219,8 @@ constructor new {i_commit i_path i_jump} { ...@@ -219,7 +219,8 @@ constructor new {i_commit i_path i_jump} {
eval grid $w_columns $w.file_pane.out.sby -sticky nsew eval grid $w_columns $w.file_pane.out.sby -sticky nsew
grid conf \ grid conf \
$w.file_pane.out.sbx \ $w.file_pane.out.sbx \
-column [expr {[llength $w_columns] - 1}] \ -column 0 \
-columnspan [expr {[llength $w_columns] + 1}] \
-sticky we -sticky we
grid columnconfigure \ grid columnconfigure \
$w.file_pane.out \ $w.file_pane.out \
...@@ -229,12 +230,14 @@ constructor new {i_commit i_path i_jump} { ...@@ -229,12 +230,14 @@ constructor new {i_commit i_path i_jump} {
set finder [::searchbar::new \ set finder [::searchbar::new \
$w.file_pane.out.ff $w_file \ $w.file_pane.out.ff $w_file \
-column [expr {[llength $w_columns] - 1}] \ -column 0 \
-columnspan [expr {[llength $w_columns] + 1}] \
] ]
set gotoline [::linebar::new \ set gotoline [::linebar::new \
$w.file_pane.out.lf $w_file \ $w.file_pane.out.lf $w_file \
-column [expr {[llength $w_columns] - 1}] \ -column 0 \
-columnspan [expr {[llength $w_columns] + 1}] \
] ]
set w_cviewer $w.file_pane.cm.t set w_cviewer $w.file_pane.cm.t
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册