use splitpanel tooltips
This commit is contained in:
parent
b122e05883
commit
987ccf8af6
5 changed files with 16 additions and 4 deletions
|
|
@ -13,7 +13,8 @@ pandora.ui.leftPanel = function() {
|
|||
collapsed: !pandora.user.ui.showInfo,
|
||||
collapsible: true,
|
||||
element: pandora.$ui.info = pandora.ui.info(),
|
||||
size: Math.round(pandora.user.ui.sidebarSize / pandora.user.infoRatio)
|
||||
size: Math.round(pandora.user.ui.sidebarSize / pandora.user.infoRatio),
|
||||
tooltip: 'info'
|
||||
}
|
||||
],
|
||||
id: 'leftPanel',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue