diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-08-12 22:21:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-08-12 22:21:08 -0400 |
commit | e654fe512419e7cb49cec150bc5217798c0adbae (patch) | |
tree | eb0fd414c519162d9a59ff7a5075bcb6df54fa6f | |
parent | 79f4d5d61032b330484fca67f103a5a72340818a (diff) | |
download | gtk+-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.
-rw-r--r-- | 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 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"><b>Etched out</b></property> + <property name="label" translatable="yes"><b>Etched in</b></property> <property name="use_markup">True</property> </object> </child> |