summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-12 17:26:55 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-12 17:26:55 +0000
commitc298ef78560c3b3613e80eecf555397c374b2e4b (patch)
tree43eb0a9bbca3b6b68d710b3e115d16649a0959e2 /ui
parent64e5226208e810b89f8da1fb890faf492029f1bd (diff)
downloadanaconda-c298ef78560c3b3613e80eecf555397c374b2e4b.tar.gz
anaconda-c298ef78560c3b3613e80eecf555397c374b2e4b.tar.xz
anaconda-c298ef78560c3b3613e80eecf555397c374b2e4b.zip
* iw/netconfig_dialog.py: Actually bring up the network
appropriately, add some UI tweaks * ui/netconfig.glade: Center the dialog. Hide ipv6 bits for now
Diffstat (limited to 'ui')
-rw-r--r--ui/netconfig.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/netconfig.glade b/ui/netconfig.glade
index b73459a62..8c7828c38 100644
--- a/ui/netconfig.glade
+++ b/ui/netconfig.glade
@@ -5,6 +5,7 @@
<property name="default_height">250</property>
<property name="default_width">440</property>
<property name="title" context="yes" translatable="yes">Enable network interface</property>
+ <property name="window_position">center</property>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="border_width">18</property>
@@ -73,9 +74,9 @@
</child>
<child>
<widget class="GtkCheckButton" id="ipv6Checkbutton">
+ <property name="is_focus">True</property>
<property name="label" context="yes" translatable="yes">Enable IPv_6 support</property>
<property name="use_underline">True</property>
- <property name="visible">True</property>
<signal handler="on_ipv6Checkbutton_toggled" name="toggled"/>
</widget>
<packing>
@@ -138,7 +139,6 @@
<widget class="GtkHBox" id="ipv6Box">
<property name="sensitive">False</property>
<property name="spacing">6</property>
- <property name="visible">True</property>
<child>
<widget class="GtkLabel" id="ipv6Label">
<property name="label" context="yes" translatable="yes">&lt;b&gt;IPv6 Address:&lt;/b&gt;</property>