diff options
Diffstat (limited to 'panel/languagebar.py')
-rw-r--r-- | panel/languagebar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/panel/languagebar.py b/panel/languagebar.py index e58ad48..65eb2e5 100644 --- a/panel/languagebar.py +++ b/panel/languagebar.py @@ -67,7 +67,7 @@ class LanguageBar(gtk.Toolbar): workarea = root.property_get("_NET_WORKAREA")[2] right, bottom = workarea[2], workarea[3] except: - right, bottom = 640, 480 + right, bottom = root.get_size() self.__position = right - 200, bottom - 40 self.__toplevel.move(*self.__position) |