Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/GetIABooksActivity.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2011-03-28 18:35:44 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-03-28 18:35:44 (GMT)
commita9fed3bdd350109b8b83abc3a385e22791f6e6af (patch)
tree69517255ee37673f0b84bf21c2e7d4e685a77420 /GetIABooksActivity.py
parent8120aaf46d0bcc94ea9a59a6615571b3a791f5b4 (diff)
Change requested width of search entry to display ok in XO screen
We have more controls now (lang filter and catalogs button)
Diffstat (limited to 'GetIABooksActivity.py')
-rwxr-xr-xGetIABooksActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/GetIABooksActivity.py b/GetIABooksActivity.py
index 4321501..abbf6fe 100755
--- a/GetIABooksActivity.py
+++ b/GetIABooksActivity.py
@@ -186,7 +186,7 @@ class GetIABooksActivity(activity.Activity):
toolbar.search_entry.add_clear_button()
toolbar.search_entry.connect('activate',
self.__search_entry_activate_cb)
- width = int(gtk.gdk.screen_width() / 3)
+ width = int(gtk.gdk.screen_width() / 5)
toolbar.search_entry.set_size_request(width, -1)
book_search_item.add(toolbar.search_entry)
toolbar.search_entry.show()