From 7a6ea32a02bec001495e6fc8f7ceb4265bb9d6e9 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Thu, 22 Jan 2009 20:52:32 +0000 Subject: make cardtable screen-resolution independent --- (limited to 'scoreboard.py') 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() -- cgit v0.9.1