Hi Kent,
can you please send your patches again in a zip file (as attachment).
Thank you.
Sebastian
Kent Olsson schrieb:
addition to QxColorCore.js in function QxColor.namedThemes structure:
statusbar : 1
addition to theme.js:
/*
---------------------------------------------------------------------------
STATUSBAR
---------------------------------------------------------------------------
*/
theme.registerAppearance("statusbar",
{
setup : function()
{
this.bgcolor = new QxColorObject("statusbar");
},
initial : function(vWidget, vTheme)
{
return {
width : null,
height : 24,
overflow : QxConst.OVERFLOW_VALUE_HIDDEN,
backgroundColor : this.bgcolor,
border : QxBorderObject.presets.thinOutset,
paddingTop : 1,
paddingRight : 1,
paddingBottom : 1,
paddingLeft : 1
};
}
});
theme.registerAppearance("statusbar-pane",
{
initial : function(vWidget,vTheme)
{
return{
width : QxConst.CORE_AUTO,
height : null,
border : QxBorderObject.presets.thinInset,
verticalChildrenAlign : QxConst.ALIGN_MIDDLE
};
}
});
theme.registerAppearance("statusbar-component",
{
initial : function(vWidget,vTheme)
{
return{
paddingRight : 1,
paddingLeft : 1
};
}
});
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel