Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Rodriguez <ignacio@sugarlabs.org>2013-12-09 22:10:49 (GMT)
committer Ignacio Rodriguez <ignacio@sugarlabs.org>2013-12-09 22:10:49 (GMT)
commit2d07a12737ea2b4c1c4354c4837837cfe4c2b018 (patch)
tree2bed723709c6be61bff688257a20ccbece4f33e0
parent27b6a732e33e6db7edfd67ffeb7c2491ff0e2882 (diff)
Change size of xo imagesui-gtk3
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index e29bb98..f85e8d6 100644
--- a/activity.py
+++ b/activity.py
@@ -203,7 +203,7 @@ participants, so you cannot join.")
self.message.set_single_line_mode(True)
img = Gtk.Image()
- width = Gdk.Screen.width() / 3
+ width = Gdk.Screen.width() / 1.5
pb = GdkPixbuf.Pixbuf.new_from_file_at_size(
sugar3.activity.activity.get_bundle_path() + '/dist.svg',
width, -1)