I recently upgraded to SmartGWT 6.1-p20170730.
After this upgrade the theme Tahoe is no longer displaying correctly.
Here is my .gwt.xml file
I have also attached a screen capture of what the display looks like.
After this upgrade the theme Tahoe is no longer displaying correctly.
Here is my .gwt.xml file
Code:
<?xml version=[I]"1.0"[/I] encoding=[I]"UTF-8"[/I]?> <module rename-to=[I]'Aktana'[/I]> <inherits name=[I]'com.google.gwt.user.User'[/I] /> <inherits name=[I]'com.google.gwt.user.theme.standard.Standard'[/I] /> <inherits name=[I]"com.smartgwtee.tools.Tools"[/I] /> <!-- GWT Reflection --> <inherits name=[I]"com.gwtent.reflection.Reflection"[/I] /> <!-- Google [U]Autobean[/U] used from Java object <-> JSON --> <inherits name=[I]"com.google.web.bindery.autobean.AutoBean"[/I] /> <!-- com.smartgwtee.SmartGwtEENoTheme is used for the com.smartclient.theme.tahoe.Tahoe --> <inherits name=[I]"com.smartgwtee.SmartGwtEENoTheme"[/I] /> <inherits name=[I]"com.smartclient.theme.tahoe.Tahoe"[/I] /> <!-- Specify the paths for translatable code --> <source path=[I]'client'[/I] /> <source path=[I]'shared'[/I] /> <!-- Specify the [U]app[/U] entry point class. --> <entry-point class=[I]'com.aktana.rbac.client.aktana.entry.AktanaEntry'[/I] /> </module>
Comment