forked from 0x2620/pandora
use splitpanel tooltips
This commit is contained in:
parent
b122e05883
commit
987ccf8af6
5 changed files with 16 additions and 4 deletions
|
|
@ -8,7 +8,8 @@ pandora.ui.contentPanel = function() {
|
|||
element: pandora.$ui.browser = pandora.ui.browser(),
|
||||
resizable: true,
|
||||
resize: [96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256],
|
||||
size: pandora.user.ui.groupsSize
|
||||
size: pandora.user.ui.groupsSize,
|
||||
tooltip: 'groups'
|
||||
},
|
||||
{
|
||||
element: pandora.$ui.list = pandora.ui.list()
|
||||
|
|
@ -18,7 +19,8 @@ pandora.ui.contentPanel = function() {
|
|||
collapsed: !pandora.user.ui.showMovies,
|
||||
collapsible: true,
|
||||
element: pandora.$ui.browser = pandora.ui.browser(),
|
||||
size: 112 + Ox.UI.SCROLLBAR_SIZE
|
||||
size: 112 + Ox.UI.SCROLLBAR_SIZE,
|
||||
tooltip: pandora.site.itemName.plural.toLowerCase()
|
||||
},
|
||||
{
|
||||
element: pandora.$ui.item = pandora.ui.item()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue