forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
50b930fb1c
commit
9ca2a09427
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user