summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-10-04 18:54:39 +0000
committerErik Troan <ewt@redhat.com>2000-10-04 18:54:39 +0000
commit3cadd8d2a96781f9c8048624601bd7cd7fdc5087 (patch)
tree1cb809e6a9af196830d18c99446ebdfecc514e2a /textw
parentc4ac6f67417b36ea6a93de7817598cea1d7948e7 (diff)
downloadanaconda-3cadd8d2a96781f9c8048624601bd7cd7fdc5087.tar.gz
anaconda-3cadd8d2a96781f9c8048624601bd7cd7fdc5087.tar.xz
anaconda-3cadd8d2a96781f9c8048624601bd7cd7fdc5087.zip
spacing changes in dialog for ja
Diffstat (limited to 'textw')
-rw-r--r--textw/userauth_text.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index e3662d4d6..befd23f2f 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -302,11 +302,11 @@ class AuthConfigWindow:
subgrid.setField (Label (""), 0, 2)
subgrid.setField (Label (_("NIS Domain:")),
- 1, 0, (5, 0, 1, 0), anchorRight = 1)
+ 1, 0, (2, 0, 1, 0), anchorRight = 1)
subgrid.setField (Label (_("NIS Server:")),
- 1, 1, (5, 0, 1, 0), anchorRight = 1)
+ 1, 1, (2, 0, 1, 0), anchorRight = 1)
subgrid.setField (Label (_("or use:")),
- 1, 2, (5, 0, 1, 0), anchorRight = 1)
+ 1, 2, (2, 0, 1, 0), anchorRight = 1)
text = _("Request server via broadcast")
entrywid = len(text) + 4