Mercurial > libervia-web
diff browser_side/register.py @ 42:71a9cc9b9d57
Browser side: Tarot game
- draw game managed
- we can now play continuously \o/
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 23 May 2011 00:45:19 +0200 |
parents | c725b702e927 |
children | a7ff1e6f1229 |
line wrap: on
line diff
--- a/browser_side/register.py Sun May 22 17:56:59 2011 +0200 +++ b/browser_side/register.py Mon May 23 00:45:19 2011 +0200 @@ -48,8 +48,10 @@ vPanel.setHorizontalAlignment(HasAlignment.ALIGN_CENTER) self.loginBox = TextBox() self.loginBox.setName("login") + self.loginBox.setText("goffi_local") self.passBox = PasswordTextBox() self.passBox.setName("password") + self.passBox.setText("toto") grid = Grid(2, 2) grid.setText(0,0,"Login:") grid.setWidget(0,1, self.loginBox)