[krb5-auth-dialog] prefs: Use halign instead of xalign for labels



commit 633f44cb515a8cd69adb133c8cd1e694b9a90062
Author: Guido Günther <agx sigxcpu org>
Date:   Wed Oct 12 20:50:00 2022 +0200

    prefs: Use halign instead of xalign for labels
    
    This also works with RTL

 src/resources/ui/ka-preferences.ui | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/src/resources/ui/ka-preferences.ui b/src/resources/ui/ka-preferences.ui
index 10bcec6..d5a0cd8 100644
--- a/src/resources/ui/ka-preferences.ui
+++ b/src/resources/ui/ka-preferences.ui
@@ -31,7 +31,7 @@
                     <child>
                       <object class="GtkLabel" id="label_kerberos_user">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
+                        <property name="halign">start</property>
                         <property name="label" translatable="yes">Kerberos User</property>
                         <style>
                           <class name="heading"/>
@@ -94,7 +94,7 @@
                     <child>
                       <object class="GtkLabel">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
+                        <property name="halign">start</property>
                         <property name="label" translatable="yes">Kerberos Ticket Options</property>
                         <style>
                           <class name="heading"/>
@@ -121,7 +121,7 @@
                             <child>
                               <object class="GtkLabel">
                                 <property name="visible">True</property>
-                                <property name="xalign">0</property>
+                                <property name="halign">start</property>
                                 <property name="label" translatable="yes">Requested Kerberos tickets should 
be:</property>
                                 <property name="wrap">True</property>
                               </object>
@@ -133,7 +133,7 @@
                                 <property name="margin-left">12</property>
                                 <property name="receives_default">False</property>
                                 <property name="tooltip-text" translatable="yes">If checked, request 
forwardable tickets</property>
-                                <property name="xalign">0</property>
+                                <property name="halign">start</property>
                                 <property name="draw_indicator">True</property>
                               </object>
                             </child>
@@ -144,7 +144,7 @@
                                 <property name="margin-left">12</property>
                                 <property name="receives_default">False</property>
                                 <property name="tooltip-text" translatable="yes">If checked, request 
renewable tickets</property>
-                                <property name="xalign">0</property>
+                                <property name="halign">start</property>
                                 <property name="draw_indicator">True</property>
                               </object>
                             </child>
@@ -155,7 +155,7 @@
                                 <property name="margin-left">12</property>
                                 <property name="receives_default">False</property>
                                 <property name="tooltip-text" translatable="yes">If checked, request 
proxiable tickets</property>
-                                <property name="xalign">0</property>
+                                <property name="halign">start</property>
                                 <property name="draw_indicator">True</property>
                               </object>
                             </child>
@@ -191,7 +191,7 @@
                     <child>
                       <object class="GtkLabel" id="label_pkinit_userid">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
+                        <property name="halign">start</property>
                         <property name="label" translatable="yes">Userid</property>
                         <style>
                           <class name="heading"/>
@@ -225,7 +225,7 @@
                                     <property name="visible">True</property>
                                     <property name="receives_default">False</property>
                                     <property name="tooltip-text" translatable="yes">If checked, use a 
security token (Smartcard) to authenticate.</property>
-                                    <property name="xalign">0</property>
+                                    <property name="halign">start</property>
                                     <property name="draw_indicator">True</property>
                                   </object>
                                 </child>
@@ -270,7 +270,7 @@
                     <child>
                       <object class="GtkLabel" id="label_anchors">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
+                        <property name="halign">start</property>
                         <property name="label" translatable="yes">X509 trust anchors</property>
                         <style>
                           <class name="heading"/>
@@ -334,7 +334,7 @@
                     <child>
                       <object class="GtkLabel">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
+                        <property name="halign">start</property>
                         <property name="label" translatable="yes">Notifications</property>
                         <style>
                           <class name="heading"/>


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