My decoration.js is:

/* *******************************************
#asset(loan_app_qx/*)
******************************************** */
qx.Theme.define("com.myCompany.theme.Decoration",
{
  extend : qx.theme.modern.Decoration,

  decorations :
  {
    "toolbar" :
    {
      decorator : qx.ui.decoration.Background,
      style :
      {
        backgroundImage : "loan_app_qx/toolbar-gradient-red.png",
        backgroundRepeat : "scale"
      }
    }
  }
});

-----
Best regards, 
Alexandr
--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Customizing-decoration-theme-tp7062785p7069414.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to