rajtheeban
Beta Tester
Dedicated Themer
Posts: 192
|
|
« Reply #5 on: August 29, 2009, 05:20:51 pm » |
|
suggestion (i don't know if it works !)
Try to replace that:
<style resid="propertreestyle"> <ProperTreeModule background="themeable(argb(255, 255, 255, 255), window)" foreground="themeable(argb(255, 86, 86, 86), windowtext)" /> <CommonPlacesHost background="themeable(argb(255, 252, 252, 252), window)" foreground="themeable(argb(255, 86, 86, 86), windowtext)" padding="rect(5rp,0rp,8rp,0rp)" /> <ProperTreeHost fontsize="sysmetric(DSM_ICONFONTSIZE)" fontweight="sysmetric(DSM_ICONFONTWEIGHT)" fontstyle="sysmetric(DSM_ICONFONTSTYLE)" fontface="sysmetricstr(DSMS_ICONFONTFACE)" animation="rectangle|s|fast" background="themeable(argb(255, 252, 252, 252), window)" foreground="themeable(argb(255, 0, 0, 0), windowtext)" padding="rect(5rp,0rp,8rp,0rp)" />
By that:
<style resid="propertreestyle"> <ProperTreeModule background="themeable(argb(255, 255, 255, 255), window)" foreground="themeable(argb(255, 86, 86, 86), windowtext)" /> <CommonPlacesHost background="themeable(argb(255, 252, 252, 252), window)" foreground="themeable(argb(255, 86, 86, 86), windowtext)" padding="rect(5rp,0rp,8rp,0rp)" /> <ProperTreeHost height="0rp" />
|