Skip to content

Commit

Permalink
efl: use evas.EVAS_HINT_EXPAND
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Jan 18, 2010
1 parent b73b97e commit a8d9814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amsn2/ui/front_ends/efl/window.py
Expand Up @@ -20,7 +20,8 @@ def __init__(self, amsn_core):

self._bg = elementary.Background(self)
self.resize_object_add(self._bg)
self._bg.size_hint_weight_set(1.0, 1.0)
self._bg.size_hint_weight_set(evas.EVAS_HINT_EXPAND,
evas.EVAS_HINT_EXPAND)
self._bg.show()

@property
Expand Down

0 comments on commit a8d9814

Please sign in to comment.