[2721] in Release_Engineering
xlogin changes
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Fri Jul 26 17:02:58 1991
Date: Fri, 26 Jul 91 17:03:08 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: rel-eng@MIT.EDU
These changes are cosmetic; it's up to you if you want to bother with
them.
I actually like Bruce Lewis's animation of the IS logo better than the
one I did. I'd second picking up /mit/brlewis/bitmaps/is?.xbm to
/source/athena/athena.etc/xdm/xlogin. This makes the movement much
more subtle than it was.
Also, there's been a complaint about the register button not being
centered. This diff to /source/athena/athena.etc/xdm/xlogin/Xlogin
makes it look balanced to me:
*** /srvd/etc/athena/login/Xlogin Mon Jul 22 09:14:20 1991
--- Xlogin Fri Jul 26 16:57:55 1991
***************
*** 179,185 ****
*name_input.fromVert: *welcome
*name_input.fromHoriz: *userName
*name_input.vertDistance: 70
! *name_input.width: 180
*name_input.leftMargin: 4
*name_input.translations: #replace \n\
Ctrl<Key>a: beginning-of-line() \n\
--- 179,185 ----
*name_input.fromVert: *welcome
*name_input.fromHoriz: *userName
*name_input.vertDistance: 70
! *name_input.width: 210
*name_input.leftMargin: 4
*name_input.translations: #replace \n\
Ctrl<Key>a: beginning-of-line() \n\
***************
*** 260,266 ****
*pword_input.fromVert: *name_input
*pword_input.fromHoriz: *password
*pword_input.vertDistance: 5
! *pword_input.Width: 180
*pword_input*echo: False
*pword_input*Foreground: white
*pword_input.translations: #replace \n\
--- 260,266 ----
*pword_input.fromVert: *name_input
*pword_input.fromHoriz: *password
*pword_input.vertDistance: 5
! *pword_input.Width: 210
*pword_input*echo: False
*pword_input*Foreground: white
*pword_input.translations: #replace \n\
***************
*** 334,340 ****
*ooptions.wcClass: menuButtonWidgetClass
*ooptions.vertDistance: 40
! *ooptions.horizDistance: 70
*ooptions.label: Other Options
*ooptions.fromVert: *password
*ooptions.fromHoriz: *loptions
--- 334,340 ----
*ooptions.wcClass: menuButtonWidgetClass
*ooptions.vertDistance: 40
! *ooptions.horizDistance: 100
*ooptions.label: Other Options
*ooptions.fromVert: *password
*ooptions.fromHoriz: *loptions
***************
*** 465,471 ****
*register.wcClass: commandWidgetClass
*register.vertDistance: 10
! *register.horizDistance: 180
*register.label: Register for an Account
*register.fromVert: *loptions
*register.callback: attachAndRunCB(register,/mit/register/xregister)--- 465,471 ----
*register.wcClass: commandWidgetClass
*register.vertDistance: 10
! *register.horizDistance: 195
*register.label: Register for an Account
*register.fromVert: *loptions
*register.callback: attachAndRunCB(register,/mit/register/xregister)