summaryrefslogtreecommitdiffstats
path: root/ui/lukspassphrase.glade
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-08-13 20:40:54 -0500
committerDavid Lehman <dlehman@redhat.com>2008-08-13 20:57:10 -0500
commit49113ca7ece611cb2be08e7cac3fb07a4991cd0d (patch)
treed830ccf4287b850e5174319f79f7c1390587ef1a /ui/lukspassphrase.glade
parent8c8013ffdadb4ee9f9dad81fabccb99228214d78 (diff)
downloadanaconda-49113ca7ece611cb2be08e7cac3fb07a4991cd0d.tar.gz
anaconda-49113ca7ece611cb2be08e7cac3fb07a4991cd0d.tar.xz
anaconda-49113ca7ece611cb2be08e7cac3fb07a4991cd0d.zip
Make passphrase dialogs appear in the center of the screen. (#458114)
Diffstat (limited to 'ui/lukspassphrase.glade')
-rw-r--r--ui/lukspassphrase.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/lukspassphrase.glade b/ui/lukspassphrase.glade
index 0b076b98d..b3e91bed5 100644
--- a/ui/lukspassphrase.glade
+++ b/ui/lukspassphrase.glade
@@ -7,7 +7,7 @@
<property name="visible">True</property>
<property name="title" translatable="yes">Enter passphrase for encrypted partition</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
- <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
@@ -254,7 +254,7 @@
<property name="visible">True</property>
<property name="title" translatable="yes">Passphrase</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
- <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">True</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>