Hi,
i want to set the icon set from Tango to Oxygen. But i cannot, why?
I am using this,
qx.Class.define("radial.Application",
{
extend : qx.application.Standalone,
members :
{
main : function()
{
this.base(arguments);
...
}
}
});
qx.Theme.define("qx.theme.Modern",
{
meta :
{
color : qx.theme.modern.Color,
decoration : qx.theme.modern.Decoration,
font : qx.theme.modern.Font,
appearance : qx.theme.modern.Appearance,
icon : qx.theme.icon.Oxygen
}
}
);
But nothing happens
regards Mustafa Sak
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel