0.6.1 NOW!
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
|
||||
|
||||
|
||||
2008-11-03 version 0.6.1:
|
||||
- new timeout system for internet-game-lobby to improbe game-flow
|
||||
- 2 new translations (greek and chinese)
|
||||
|
||||
2007-12-13 version 0.6-final:
|
||||
- bugfixes
|
||||
- gui improvements (hover for bet/call/fold)
|
||||
|
||||
@@ -40,10 +40,8 @@ gameLobbyDialogImpl::gameLobbyDialogImpl(QWidget *parent, ConfigFile *c)
|
||||
waitStartGameMsgBoxTimer = new QTimer(this);
|
||||
waitStartGameMsgBoxTimer->setSingleShot(TRUE);
|
||||
|
||||
#ifndef __APPLE__
|
||||
treeWidget_GameList->setStyleSheet("QTreeWidget {background-color: white; background-image: url("+myAppDataPath +"gfx/gui/misc/background_gamelist.png); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat;}");
|
||||
treeWidget_GameList->setAutoFillBackground(TRUE);
|
||||
#endif
|
||||
|
||||
connect( pushButton_CreateGame, SIGNAL( clicked() ), this, SLOT( createGame() ) );
|
||||
connect( pushButton_JoinGame, SIGNAL( clicked() ), this, SLOT( joinGame() ) );
|
||||
|
||||
Reference in New Issue
Block a user