[gtk/matthiasc/for-master] widget-factory: Move the password entry



commit 9ca2a094272f81356743b94ce8aaa63006b7e4f1
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Apr 26 20:54:09 2020 -0400

    widget-factory: Move the password entry
    
    Move the password entry to the other entries. That
    fits the overall organization better, and makes all
    the typographical styles fit.

 demos/widget-factory/widget-factory.ui | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index a19339ea97..e4ad4d8cb6 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -539,6 +539,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>
                             <child>
                               <object class="GtkBox">
                                 <property name="hexpand">0</property>
@@ -1068,13 +1075,6 @@ 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>
                             <child>
                               <object class="GtkScrolledWindow">
                                 <property name="vexpand">1</property>


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