NoWhereMan ha scritto:
On Tue, 27 Feb 2007 16:12:34 +0200, Vivia Nikolaidou wrote:

fixed, thx! :)

well, apart from the input fields not being centered to the DP...

http://i18.tinypic.com/4e0azaw.png

...it does look great!

time for one of my famous stupid patches (tm)


bye :)
Index: login_screen.tcl
===================================================================
--- login_screen.tcl	(revisione 8122)
+++ login_screen.tcl	(copia locale)
@@ -55,9 +55,9 @@
 		contentmanager add group lang			-orient horizontal	-widget $self	-ipadx 4		-ipady 4
 		contentmanager add group main			-orient vertical	-widget $self
 		contentmanager add group main dp		-orient horizontal	-widget $self	-align center
-		contentmanager add group main user		-orient vertical	-widget $self	-pady 4
-		contentmanager add group main pass		-orient vertical	-widget $self	-pady 4
-		contentmanager add group main status		-orient vertical	-widget $self	-pady 4
+		contentmanager add group main user		-orient vertical	-widget $self	-align center -pady 4
+		contentmanager add group main pass		-orient vertical	-widget $self	-align center -pady 4
+		contentmanager add group main status		-orient vertical	-widget $self	-align center -pady 4
 		contentmanager add group main rem_me		-orient horizontal	-widget $self	-pady 2
 		contentmanager add group main rem_pass		-orient horizontal	-widget $self	-pady 2
 		contentmanager add group main auto_login	-orient horizontal	-widget $self	-pady 2
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to