forked from 0x2620/oxjs
use Ox.UI.PATH for images
This commit is contained in:
parent
7e12eb43d7
commit
e1b6e3890f
6 changed files with 10 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ Ox.IconItem = function(options, self) {
|
|||
height: self.options.size * 1.5,
|
||||
lineLength: self.options.size == 64 ? 15 : 23,
|
||||
lines: self.options.size == 64 ? 4 : 5,
|
||||
url: Ox.PATH + '/png/Ox.UI/transparent.png',
|
||||
url: Ox.UI.PATH + 'png/transparent.png',
|
||||
width: self.options.size
|
||||
});
|
||||
self.title = formatText(self.options.title, self.lines - 1, self.lineLength);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue