Adapt to changes in Argeo TP
[gpl/argeo-suite.git] / org.argeo.app.theme.default / OSGI-INF / cmsTheme.xml
index 6219f319176c40acdbb0e2664cf84390a563b440..28ef00fe2fb5d8f230bd227f94e6c6c037055550 100644 (file)
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="init" deactivate="destroy" name="Argeo Suite Default Theme">
-   <implementation class="org.argeo.cms.swt.osgi.BundleSvgTheme"/>
+   <implementation class="org.argeo.app.swt.osgi.BundleSvgTheme"/>
    <service>
       <provide interface="org.argeo.api.cms.ux.CmsTheme"/>
    </service>
    <property name="themeId" type="String" value="org.argeo.app.theme.default"/>
+   <property name="smallIconSize" type="String" value="24"/>
 </scr:component>