[krb5-auth-dialog] dialog: Drop deprecated GtkAlignment



commit aa410421e0c3aa5a508111401643f8f50a639fe3
Author: Guido Günther <agx sigxcpu org>
Date:   Thu Oct 13 11:30:14 2022 +0200

    dialog: Drop deprecated GtkAlignment

 src/resources/ui/ka-pwdialog.ui | 67 +++++++++++++++++++----------------------
 1 file changed, 31 insertions(+), 36 deletions(-)
---
diff --git a/src/resources/ui/ka-pwdialog.ui b/src/resources/ui/ka-pwdialog.ui
index 136ef0f..f44101b 100644
--- a/src/resources/ui/ka-pwdialog.ui
+++ b/src/resources/ui/ka-pwdialog.ui
@@ -41,61 +41,56 @@
               </object>
             </child>
             <child>
-              <object class="GtkAlignment">
+              <object class="GtkBox">
                 <property name="visible">True</property>
-                <property name="bottom_padding">10</property>
+                <property name="orientation">vertical</property>
+                <property name="spacing">12</property>
+                <property name="margin-bottom">10</property>
                 <child>
                   <object class="GtkBox">
                     <property name="visible">True</property>
                     <property name="orientation">vertical</property>
-                    <property name="spacing">12</property>
                     <child>
-                      <object class="GtkBox">
+                      <object class="GtkLabel" id="krb_label">
                         <property name="visible">True</property>
-                        <property name="orientation">vertical</property>
-                        <child>
-                          <object class="GtkLabel" id="krb_label">
-                            <property name="visible">True</property>
-                            <property name="xalign">0</property>
-                            <property name="use_markup">True</property>
-                            <property name="wrap">True</property>
-                          </object>
-                        </child>
+                        <property name="xalign">0</property>
+                        <property name="use_markup">True</property>
+                        <property name="wrap">True</property>
                       </object>
                     </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkBox">
+                    <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
+                    <property name="spacing">3</property>
                     <child>
                       <object class="GtkBox">
                         <property name="visible">True</property>
-                        <property name="orientation">vertical</property>
                         <property name="spacing">3</property>
                         <child>
-                          <object class="GtkBox">
-                            <property name="visible">True</property>
-                            <property name="spacing">3</property>
-                            <child>
-                              <object class="GtkEntry" id="pw_entry">
-                                <property name="visible">True</property>
-                                <property name="activates-default">True</property>
-                                <property name="visibility">False</property>
-                                <property name="invisible-char">●</property>
-                                <property name="input-purpose">password</property>
-                                <property name="buffer">pw_entry_buffer</property>
-                                <property name="has-focus">True</property>
-                                <property name="hexpand">True</property>
-                              </object>
-                            </child>
-                          </object>
-                        </child>
-                        <child>
-                          <object class="GtkLabel" id="status_label">
+                          <object class="GtkEntry" id="pw_entry">
                             <property name="visible">True</property>
-                            <property name="xalign">1</property>
-                            <property name="label">&lt;span size="smaller"&gt; &lt;/span&gt;</property>
-                            <property name="use_markup">True</property>
+                            <property name="activates-default">True</property>
+                            <property name="visibility">False</property>
+                            <property name="invisible-char">●</property>
+                            <property name="input-purpose">password</property>
+                            <property name="buffer">pw_entry_buffer</property>
+                            <property name="has-focus">True</property>
+                            <property name="hexpand">True</property>
                           </object>
                         </child>
                       </object>
                     </child>
+                    <child>
+                      <object class="GtkLabel" id="status_label">
+                        <property name="visible">True</property>
+                        <property name="xalign">1</property>
+                        <property name="label">&lt;span size="smaller"&gt; &lt;/span&gt;</property>
+                        <property name="use_markup">True</property>
+                      </object>
+                    </child>
                   </object>
                 </child>
               </object>


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