Fixed stupid style error in Mail's stack panel headers.
TBR: rjrjr
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6883 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/mail/src/com/google/gwt/sample/mail/client/Shortcuts.ui.xml b/samples/mail/src/com/google/gwt/sample/mail/client/Shortcuts.ui.xml
index c5c231e..58bfb56 100644
--- a/samples/mail/src/com/google/gwt/sample/mail/client/Shortcuts.ui.xml
+++ b/samples/mail/src/com/google/gwt/sample/mail/client/Shortcuts.ui.xml
@@ -45,17 +45,17 @@
<g:StackLayoutPanel styleName='{style.shortcuts}' unit='EM'>
<g:stack>
- <g:header size='3'><div class='{style.mailboxesIcon}'/> Mailboxes</g:header>
+ <g:header size='3'><div class='{style.stackHeader}'><div class='{style.mailboxesIcon}'/> Mailboxes</div></g:header>
<mail:Mailboxes ui:field='mailboxes'/>
</g:stack>
<g:stack>
- <g:header size='3'><div class='{style.tasksIcon}'/> Tasks</g:header>
+ <g:header size='3'><div class='{style.stackHeader}'><div class='{style.tasksIcon}'/> Tasks</div></g:header>
<mail:Tasks ui:field='tasks'/>
</g:stack>
<g:stack>
- <g:header size='3'><div class='{style.contactsIcon}'/> Contacts</g:header>
+ <g:header size='3'><div class='{style.stackHeader}'><div class='{style.contactsIcon}'/> Contacts</div></g:header>
<mail:Contacts ui:field='contacts'/>
</g:stack>
</g:StackLayoutPanel>