mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 07:20:10 +00:00
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:
parent
123c6dc558
commit
18799d22cf
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user