[krb5-auth-dialog] Drop window-position



commit cf04da82cea60dbf5f7558772227dc8442b97439
Author: Guido Günther <agx sigxcpu org>
Date:   Thu Oct 13 17:35:12 2022 +0200

    Drop window-position
    
    Not supported in GTK4 and pointless on Wayland anyway

 src/resources/ui/ka-main-window.ui | 1 -
 src/resources/ui/ka-pwdialog.ui    | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/src/resources/ui/ka-main-window.ui b/src/resources/ui/ka-main-window.ui
index 74e9485..8b53e83 100644
--- a/src/resources/ui/ka-main-window.ui
+++ b/src/resources/ui/ka-main-window.ui
@@ -49,7 +49,6 @@
   </object>
   <object class="GtkApplicationWindow" id="krb5_main_window">
     <property name="title" translatable="yes">Service Tickets</property>
-    <property name="window_position">center</property>
     <property name="default-width">700</property>
     <signal name="delete-event" handler="ka_main_window_hide" swapped="no"/>
     <child>
diff --git a/src/resources/ui/ka-pwdialog.ui b/src/resources/ui/ka-pwdialog.ui
index 27a3f6b..5fa44cc 100644
--- a/src/resources/ui/ka-pwdialog.ui
+++ b/src/resources/ui/ka-pwdialog.ui
@@ -5,7 +5,6 @@
     <property name="border_width">6</property>
     <property name="title" translatable="yes">Kerberos Authentication</property>
     <property name="resizable">False</property>
-    <property name="window_position">center-always</property>
     <property name="type_hint">dialog</property>
 
     <child type="action">


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