diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-08-28 19:02:16 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2008-08-28 19:02:16 -1000 |
commit | c4016b1f6b830a09b71dbc60c823d263fe0be809 (patch) | |
tree | e5b53783329690cabe954a51e4e9889315e58212 /ui | |
parent | 8d078f318b08c88925dd7a0bbaaa9dac1c29b332 (diff) | |
download | anaconda-c4016b1f6b830a09b71dbc60c823d263fe0be809.tar.gz anaconda-c4016b1f6b830a09b71dbc60c823d263fe0be809.tar.xz anaconda-c4016b1f6b830a09b71dbc60c823d263fe0be809.zip |
Pad the icon more in network.glade
Diffstat (limited to 'ui')
-rw-r--r-- | ui/network.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/network.glade b/ui/network.glade index 5ee1bca71..7907fe223 100644 --- a/ui/network.glade +++ b/ui/network.glade @@ -62,7 +62,7 @@ <property name="visible">True</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> - <property name="xpad">0</property> + <property name="xpad">10</property> <property name="ypad">0</property> </widget> <packing> @@ -168,7 +168,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> |