IFrame v náhledu na sestavy upraven z width a height na vflex a hflex.

closes #215
This commit is contained in:
2015-04-28 08:15:16 +02:00
parent cdd2f81cad
commit 67629cf312
+2 -2
View File
@@ -18,8 +18,8 @@
onClick="@command('send')" /> onClick="@command('send')" />
</toolbar> </toolbar>
<iframe <iframe
width="100%" vflex="1"
height="100%" hflex="1"
src="/api/report.pdf" /> src="/api/report.pdf" />
</window> </window>
</zk> </zk>