Hi there ,I want to change title bar background color to black,but what is
happening it change the body color .

I only want title bar background color to change.

here is my code :

                 var main_container = new qx.ui.container.Composite();
                 main_container.setWidth(qx.bom.Viewport.getWidth());
                 main_container.setHeight(qx.bom.Viewport.getHeight());
                 
                 var layout_manager = new qx.ui.layout.VBox();
                 main_container.setLayout(layout_manager);

       main_container.set({
        backgroundColor: "black",
        //decorator: border,
    decorator: "main",

      });

                 main_container.add(new qx.ui.form.Button("SWC CONTROL"));
   
                 var application_root =
qx.core.Init.getApplication().getRoot();
                 application_root.add(main_container);

Thanks a lot




--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Title-bar-background-color-tp7581243.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to