summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-26 19:34:36 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-26 19:34:36 -0400
commitad22c463b8d0c7e17dae331c9d2b2e8dc8966330 (patch)
treed40d64a36be3ac6dc6260a8b2f487d02360d46c6 /demos
parent62d98ac60cfb33e8dcf31209f052d97efffb3f16 (diff)
downloadgtk+-ad22c463b8d0c7e17dae331c9d2b2e8dc8966330.tar.gz
widget-factory: Add a password entry
Thats a new widget that was missing.
Diffstat (limited to 'demos')
-rw-r--r--demos/widget-factory/widget-factory.ui9
1 files changed, 8 insertions, 1 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 7ed8edf1d8..87b558ea8e 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1042,7 +1042,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
<child>
<object class="GtkBox" id="box26">
<property name="orientation">vertical</property>
- <property name="spacing">6</property>
+ <property name="spacing">10</property>
<property name="hexpand">1</property>
<child>
<object class="GtkFrame" id="frame1">
@@ -1068,6 +1068,13 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
</child>
</object>
</child>
+ <child>
+ <object class="GtkPasswordEntry">
+ <property name="halign">fill</property>
+ <property name="show-peek-icon">1</property>
+ <property name="placeholder-text" translatable="yes">Password…</property>
+ </object>
+ </child>
</object>
</child>
<child>