forked from AuroraMiddleware/gtk
inspector: Cosmetic fixes
Add a missing shadow in the css editor.
This commit is contained in:
parent
326f0aad5d
commit
d2c0f37a69
@ -44,6 +44,7 @@
|
|||||||
<object class="GtkScrolledWindow">
|
<object class="GtkScrolledWindow">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="expand">True</property>
|
<property name="expand">True</property>
|
||||||
|
<property name="shadow-type">in</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkTextView" id="view">
|
<object class="GtkTextView" id="view">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user