diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-08 08:31:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-08 08:31:32 +0000 |
| commit | ee9eaed6cd48db249711912133758679a029b5b1 (patch) | |
| tree | 23a88ba9df2908257caa5a3ab4d7e942e47a9a41 | |
| parent | a81b9674752bab92544f7d160734108a0b84007b (diff) | |
highlight the popup
| -rw-r--r-- | scripts/motion.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/motion.py b/scripts/motion.py index 88b82e5c..649f07ba 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -145,6 +145,7 @@ def _do_move(): _popwidget = otk.Widget(_screen, ob.openbox, otk.Widget.Horizontal, 0, 1) _poplabel = otk.Label(_popwidget) + _poplabel.setHighlighted(1) _poplabel.setText(text) scsize = otk.display.screenInfo(_screen).size() size = _poplabel.minSize() @@ -230,6 +231,7 @@ def _do_resize(): _popwidget = otk.Widget(_screen, ob.openbox, otk.Widget.Horizontal, 0, 1) _poplabel = otk.Label(_popwidget) + _poplabel.setHighlighted(1) _poplabel.setText(text) scsize = otk.display.screenInfo(_screen).size() size = _poplabel.minSize() |
