Fix chart web view properties

It became a really narrow stripe in the previous update
This commit is contained in:
Gergely Polonkai 2014-10-07 20:39:10 +02:00
parent bb7df55675
commit a9ab84d8b1
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@
<child>
<object class="WebkitWebView" id="chart_web_view">
<property name="user-content-manager">content_manager</property>
<property name="vexpand">True</property>
<property name="hexpand">True</property>
<signal name="context-menu" handler="ag_window_chart_context_cb"/>
</object>
</child>