Merge branch 'docglobs' of github.com:ilyagr/gitk
* 'docglobs' of github.com:ilyagr/gitk: gitk: Mention globs in description of preference to hide custom refs Signed-off-by: Johannes Sixt <j6t@kdbg.org>main^2
commit
93ff79ed41
2
gitk
2
gitk
|
@ -11683,7 +11683,7 @@ proc prefspage_general {notebook} {
|
||||||
|
|
||||||
ttk::entry $page.refstohide -textvariable refstohide
|
ttk::entry $page.refstohide -textvariable refstohide
|
||||||
ttk::frame $page.refstohidef
|
ttk::frame $page.refstohidef
|
||||||
ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated)" ]
|
ttk::label $page.refstohidef.l -text [mc "Refs to hide (space-separated globs)" ]
|
||||||
pack $page.refstohidef.l -side left
|
pack $page.refstohidef.l -side left
|
||||||
pack configure $page.refstohidef.l -padx 10
|
pack configure $page.refstohidef.l -padx 10
|
||||||
grid x $page.refstohidef $page.refstohide -sticky ew
|
grid x $page.refstohidef $page.refstohide -sticky ew
|
||||||
|
|
Loading…
Reference in New Issue