inspector: Fix css warning tags

The builder syntax for tags was invalid here (why did this not
get flagged as error ?!). While we're at it, give the warning
underline a nice, orange color.
This commit is contained in:
Matthias Clasen 2015-11-20 19:01:54 -05:00
parent 4b2ea59dd1
commit df55412ba2

View File

@ -5,7 +5,10 @@
<object class="GtkTextTag">
<property name="name">warning</property>
<property name="underline">single</property>
<property name="underline-rgba">darkorange</property>
</object>
</child>
<child type="tag">
<object class="GtkTextTag">
<property name="name">error</property>
<property name="underline">error</property>