Skip to content

Commit

Permalink
Fixed missing icons for some themes
Browse files Browse the repository at this point in the history
  • Loading branch information
JBaron committed Oct 5, 2014
1 parent fffa712 commit 8182377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ var Cats;
(function (Theme) {
// Fix for the fact that workign directory is not the same directory as the HMTL file
qx.theme.icon.Oxygen.aliases.icon = "resource/" + qx.theme.icon.Oxygen.aliases.icon;
qx.theme.icon.Tango.aliases.icon = qx.theme.icon.Oxygen.aliases.icon;

qx.Theme.define("cats.theme.Default", {
meta: {
Expand Down
1 change: 1 addition & 0 deletions src/cats/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module Cats.Theme {

// Fix for the fact that workign directory is not the same directory as the HMTL file
qx.theme.icon.Oxygen.aliases.icon = "resource/" + qx.theme.icon.Oxygen.aliases.icon;
qx.theme.icon.Tango.aliases.icon = qx.theme.icon.Oxygen.aliases.icon;

qx.Theme.define("cats.theme.Default",
{
Expand Down

0 comments on commit 8182377

Please sign in to comment.