fix #2270 (Find Similar Clips dialog: Previous/Next buttons lack tooltip)
This commit is contained in:
parent
3536eba87e
commit
466031f839
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ pandora.ui.similarClipsDialog = function() {
|
||||||
|
|
||||||
$clipButtons = Ox.ButtonGroup({
|
$clipButtons = Ox.ButtonGroup({
|
||||||
buttons: [
|
buttons: [
|
||||||
{id: 'previous', title: 'left', disabled: true},
|
{id: 'previous', title: 'left', tooltip: Ox._('Previous Clip'), disabled: true},
|
||||||
{id: 'next', title: 'right', disabled: true}
|
{id: 'next', title: 'right', tooltip: Ox._('Next Clip'), disabled: true}
|
||||||
],
|
],
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue