Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scoreboard.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-22 20:52:32 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-22 20:52:32 (GMT)
commit7a6ea32a02bec001495e6fc8f7ceb4265bb9d6e9 (patch)
treef6a9b2cef2f5e5b59c2844bbf181ed4275e26991 /scoreboard.py
parentc59a060c9a804d33c98177321e27d082a06cbe05 (diff)
make cardtable screen-resolution independent
Diffstat (limited to 'scoreboard.py')
-rw-r--r--scoreboard.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scoreboard.py b/scoreboard.py
index 95bb54b..7b20bd5 100644
--- a/scoreboard.py
+++ b/scoreboard.py
@@ -28,7 +28,6 @@ class Scoreboard(gtk.EventBox):
self.players = {}
self.current_buddy = None
- self.set_size_request(400, 150)
self.vbox = gtk.VBox(False)
fill_box = gtk.EventBox()