summaryrefslogtreecommitdiff
path: root/demos/widget-factory
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-08-12 22:21:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-08-12 22:21:08 -0400
commite654fe512419e7cb49cec150bc5217798c0adbae (patch)
treeeb0fd414c519162d9a59ff7a5075bcb6df54fa6f /demos/widget-factory
parent79f4d5d61032b330484fca67f103a5a72340818a (diff)
downloadgtk+-e654fe512419e7cb49cec150bc5217798c0adbae.tar.gz
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.
Diffstat (limited to 'demos/widget-factory')
-rw-r--r--demos/widget-factory/widget-factory.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index b3c21cd1e9..f25e967ec1 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>