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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user