inspector: Fix focus in css editor

Give the text view initial focus, so things work as expected
when switching to the css editor for the first time.
This commit is contained in:
Matthias Clasen 2014-12-10 22:39:50 -05:00
parent 123c6dc558
commit 18799d22cf

View File

@ -85,6 +85,7 @@
<property name="buffer">text</property>
<property name="wrap-mode">word</property>
<property name="monospace">True</property>
<property name="has-focus">True</property>
</object>
</child>
</object>