Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scoreboard.py
diff options
context:
space:
mode:
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()