summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-15 15:59:50 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-15 15:59:50 +0800
commitc4d1ac55757c91abb56682a4c349abe2711d0cea (patch)
treec13c18d6753736ee213684ed79e79a96fb5ff09d /ui
parent27600c499fdf8a57ffa4e27f436099ad4eaa89f0 (diff)
downloadibus-c4d1ac55757c91abb56682a4c349abe2711d0cea.tar.gz
ibus-c4d1ac55757c91abb56682a4c349abe2711d0cea.tar.xz
ibus-c4d1ac55757c91abb56682a4c349abe2711d0cea.zip
Adjust the languagebar extend policy.
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/languagebar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/languagebar.py b/ui/gtk/languagebar.py
index eb758f2..2a10a43 100644
--- a/ui/gtk/languagebar.py
+++ b/ui/gtk/languagebar.py
@@ -106,7 +106,7 @@ class LanguageBar(gtk.Toolbar):
def __toplevel_size_allocate_cb(self, toplevel, allocation):
x, y = self.__position
- if x - self.__work_area[0] >= self.__work_area[2] - 40:
+ if x - self.__work_area[0] >= self.__work_area[2] - 80:
self.__toplevel.move(x - allocation.width, y - allocation.height)
def __remove_properties(self):