color editor: Set a name on the color sample

This can be used to tweak the style from CSS, via #editor-color-sample.
This commit is contained in:
Matthias Clasen 2016-01-08 11:08:37 -05:00
parent 91123adba7
commit 000b5b9055

View File

@ -43,6 +43,7 @@
<child>
<object class="GtkColorSwatch" id="swatch">
<property name="visible">True</property>
<property name="name">editor-color-sample</property>
<property name="can_focus">False</property>
<property name="rgba">rgb(255,255,255)</property>
<property name="selectable">False</property>