[gtk+] widget-factory: Don't say 'Etched out' twice



commit e654fe512419e7cb49cec150bc5217798c0adbae
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Aug 12 22:21:08 2014 -0400

    widget-factory: Don't say 'Etched out' twice
    
    There's no difference between these shadow types anymore, but
    it is irritating to see the same label twice.

 demos/widget-factory/widget-factory.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index b3c21cd..f25e967 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1423,6 +1423,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="label_xalign">0</property>
+                            <property name="shadow_type">etched-in</property>
                             <child>
                               <placeholder/>
                             </child>
@@ -1430,7 +1431,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                               <object class="GtkLabel" id="label17">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="label" translatable="yes">&lt;b&gt;Etched 
out&lt;/b&gt;</property>
+                                <property name="label" translatable="yes">&lt;b&gt;Etched 
in&lt;/b&gt;</property>
                                 <property name="use_markup">True</property>
                               </object>
                             </child>


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