html: use chrome theme

This commit is contained in:
Hannes Janetzek 2013-08-10 15:04:53 +02:00
parent f91192a044
commit 422e70b4a3

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<module>
<entry-point class="org.oscim.gdx.client.GwtLauncher"/>
<set-configuration-property name="gdx.assetpath" value="../vtm/assets"/>
<inherits name="com.google.gwt.xml.XML" />
<inherits name="GdxMap"/>
<inherits name="com.badlogic.gdx.backends.gdx_backends_gwt"/>
<super-source path="emu" />
<!-- <set-property name="user.agent" value="safari"/>-->
<entry-point class="org.oscim.gdx.client.GwtLauncher"/>
<inherits name="com.google.gwt.xml.XML" />
<inherits name="GdxMap"/>
<inherits name="com.badlogic.gdx.backends.gdx_backends_gwt"/>
<inherits name="com.google.gwt.user.theme.chrome.Chrome"/>
<super-source path="emu" />
<set-configuration-property name="gdx.assetpath" value="../vtm/assets"/>
<!--<set-property name="user.agent" value="safari"/>-->
</module>