[gtk+] color editor: Set a name on the color sample



commit 000b5b90559c0faa9fbc2ddbc9359211cda203c5
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 8 11:08:37 2016 -0500

    color editor: Set a name on the color sample
    
    This can be used to tweak the style from CSS, via #editor-color-sample.

 gtk/ui/gtkcoloreditor.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkcoloreditor.ui b/gtk/ui/gtkcoloreditor.ui
index 0c8d3c7..c0d91eb 100644
--- a/gtk/ui/gtkcoloreditor.ui
+++ b/gtk/ui/gtkcoloreditor.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]