forked from AuroraMiddleware/gtk
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:
parent
91123adba7
commit
000b5b9055
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user