Skip to content

Commit f3a841b

Browse files
authored
Merge pull request #9 from goldim/font-and-icon-fix
Fixed absence of document-new icon and replaced asset by usefont
2 parents c1dcae9 + be7b910 commit f3a841b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/class/qxl/widgetbrowser/pages/ToolBar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
* toolbar.SplitButton
4343
* toolbar.ToolBar
4444
*
45-
* @asset(qx/iconfont/MaterialIcons/*)
46-
*
45+
* @usefont(MaterialIcons)
46+
* @asset(qx/icon/${qx.icontheme}/16/actions/document-new.png)
4747
*/
4848

4949
qx.Class.define("qxl.widgetbrowser.pages.ToolBar", {

0 commit comments

Comments
 (0)