summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-02-15 00:21:07 +0000
committerbfox <bfox>2001-02-15 00:21:07 +0000
commit566452dd0a1e8c91a3cc6f32aaa9998587111fd8 (patch)
treebcff25441408bea1cbdf7a908f3b2b88cf11fef4 /textw/userauth_text.py
parent8310ad6e65d4f2e47f7fb12622923caf29c93ef5 (diff)
downloadanaconda-566452dd0a1e8c91a3cc6f32aaa9998587111fd8.tar.gz
anaconda-566452dd0a1e8c91a3cc6f32aaa9998587111fd8.tar.xz
anaconda-566452dd0a1e8c91a3cc6f32aaa9998587111fd8.zip
fixed minor formatting issue with Enable NIS entry
Diffstat (limited to 'textw/userauth_text.py')
-rw-r--r--textw/userauth_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index 418894f73..3f185389b 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -330,7 +330,7 @@ class AuthConfigWindow:
subgrid.setField (self.broadcast, 2, 1, anchorLeft = 1)
subgrid.setField (self.nisServer, 2, 2, anchorLeft = 1)
- toplevel.add (subgrid, 0, 2, (0, 0, 0, 1))
+ toplevel.add (subgrid, 0, 2, (0, 0, 0, 0), anchorLeft=1)
# set up callbacks
self.nis.setCallback (self.nissetsensitive)