summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-20 19:01:54 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-20 20:35:39 -0500
commitdf55412ba2de9e58def1eac09d677369b6a0c4a2 (patch)
tree40302c257ae95e3524ec75054f626c9a08475349
parent4b2ea59dd1293f658964506cc540695924cb6499 (diff)
downloadgtk+-df55412ba2de9e58def1eac09d677369b6a0c4a2.tar.gz
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.
-rw-r--r--gtk/inspector/css-editor.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/inspector/css-editor.ui b/gtk/inspector/css-editor.ui
index 0a8e47d6ed..ad69197612 100644
--- a/gtk/inspector/css-editor.ui
+++ b/gtk/inspector/css-editor.ui
@@ -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>