Revision: 6883
Author: [email protected]
Date: Thu Nov 12 14:37:02 2009
Log: Fixed stupid style error in Mail's stack panel headers.
TBR: rjrjr
http://code.google.com/p/google-web-toolkit/source/detail?r=6883
Modified:
/trunk/samples/mail/src/com/google/gwt/sample/mail/client/Shortcuts.ui.xml
=======================================
---
/trunk/samples/mail/src/com/google/gwt/sample/mail/client/Shortcuts.ui.xml
Tue Nov 10 12:33:30 2009
+++
/trunk/samples/mail/src/com/google/gwt/sample/mail/client/Shortcuts.ui.xml
Thu Nov 12 14:37:02 2009
@@ -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>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors