Buzzer,
I've submitted the patch below to Darrell - so if he takes it up, then hopefully this will be in a relase not too far away.
Code:
Index: Header.java
===================================================================
--- Header.java (revision 796)
+++ Header.java (working copy)
@@ -124,6 +124,17 @@
}
/**
+ * Removes the header's icon style.
+ */
+ public void removeIconStyle() {
+ this.iconStyle = "";
+ if (rendered) {
+ textEl.removeStyleName("x-panel-icon");
+ iconBtn.setVisible(false);
+ }
+ }
+
+ /**
* Sets the header's text.
*
* @param text the new text