summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-09-29 13:22:38 -0400
committerChris Lumens <clumens@redhat.com>2008-09-29 13:22:38 -0400
commitdf480d530bbeb2158a2e13c6a7bddceb36b41031 (patch)
treeb0960961d01278ba1aaad138d68bfc312b80aac3 /ui
parentabba5cc3776ca767c7ac848e854d3941e4efe514 (diff)
downloadanaconda-df480d530bbeb2158a2e13c6a7bddceb36b41031.tar.gz
anaconda-df480d530bbeb2158a2e13c6a7bddceb36b41031.tar.xz
anaconda-df480d530bbeb2158a2e13c6a7bddceb36b41031.zip
Properly center the passphrase entry dialog.
Diffstat (limited to 'ui')
-rw-r--r--ui/lukspassphrase.glade3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/lukspassphrase.glade b/ui/lukspassphrase.glade
index 8177b53cf..de4468409 100644
--- a/ui/lukspassphrase.glade
+++ b/ui/lukspassphrase.glade
@@ -239,6 +239,7 @@
<property name="fill">True</property>
</packing>
</child>
+
<child>
<widget class="GtkCheckButton" id="globalcheckbutton">
<property name="border_width">5</property>
@@ -273,7 +274,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</property>
+ <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
<property name="modal">True</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>