[krb5-auth-dialog] Set window_position to center-always



commit 85cbdef98a2fcb1d2480db9b0783d08c4efbe889
Author: Guido Günther <agx sigxcpu org>
Date:   Wed May 5 17:51:21 2010 +0200

    Set window_position to center-always
    
    so we're centered on the screen instead of ending up in the top left
    corner.

 src/krb5-auth-dialog.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/krb5-auth-dialog.xml b/src/krb5-auth-dialog.xml
index d379265..0df79ef 100644
--- a/src/krb5-auth-dialog.xml
+++ b/src/krb5-auth-dialog.xml
@@ -6,8 +6,8 @@
     <property name="border_width">6</property>
     <property name="title" translatable="yes">Network Authentication</property>
     <property name="resizable">False</property>
-    <property name="window_position">center</property>
-    <property name="type_hint">normal</property>
+    <property name="window_position">center-always</property>
+    <property name="type_hint">dialog</property>
     <property name="has_separator">False</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox2">



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