[atlantik-cvs] CVS: kdegames/atlantik/libatlantikui board.cpp,1.96.6.1,1.96.6.2
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantikui
In directory office:/tmp/cvs-serv17058/libatlantikui
Modified Files:
Tag: KDE_3_1_BRANCH
board.cpp
Log Message:
backport of small layout changes
Index: board.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/board.cpp,v
retrieving revision 1.96.6.1
retrieving revision 1.96.6.2
diff -u -d -r1.96.6.1 -r1.96.6.2
--- board.cpp 20 Dec 2002 02:46:55 -0000 1.96.6.1
+++ board.cpp 20 Jan 2003 22:28:07 -0000 1.96.6.2
@@ -42,9 +42,11 @@
m_animateTokens = false;
m_lastServerDisplay = 0;
+ setMinimumSize(QSize(500, 500));
+
int sideLen = maxEstates/4;
- // Timer for token movement
+ // Animated token movement
m_timer = new QTimer(this);
connect(m_timer, SIGNAL(timeout()), this, SLOT(slotMoveToken()));
m_resumeTimer = false;