summaryrefslogtreecommitdiffstats
path: root/ui/account.glade
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-03-18 12:06:46 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-03-18 12:08:29 -1000
commita177c85ddf988e813b3d56ce05ca631ef328c234 (patch)
treea056793c528bfe64af33f5d061e7d21caecdb640 /ui/account.glade
parentd91d4a0f455956c37b57b502c3ad44b6f9f26c47 (diff)
downloadanaconda-a177c85ddf988e813b3d56ce05ca631ef328c234.tar.gz
anaconda-a177c85ddf988e813b3d56ce05ca631ef328c234.tar.xz
anaconda-a177c85ddf988e813b3d56ce05ca631ef328c234.zip
Focus root password entry box (#436885).
Make sure the root password entry box has focus when we get to the password screen. Pressing Enter will take you down to the confirm box. Pressing Enter in confirm is the same as clicking Next on the screen.
Diffstat (limited to 'ui/account.glade')
-rw-r--r--ui/account.glade5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/account.glade b/ui/account.glade
index f7087fccf..ca7c6bec1 100644
--- a/ui/account.glade
+++ b/ui/account.glade
@@ -217,6 +217,7 @@
<property name="width_request">256</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="has_focus">True</property>
<property name="editable">True</property>
<property name="visibility">False</property>
<property name="max_length">0</property>
@@ -239,6 +240,8 @@
<widget class="GtkEntry" id="confirm">
<property name="width_request">256</property>
<property name="visible">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">False</property>
@@ -246,7 +249,7 @@
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">•</property>
- <property name="activates_default">False</property>
+ <property name="activates_default">True</property>
</widget>
<packing>
<property name="left_attach">1</property>