projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0ef03
)
use fitString to size the move coords box
author
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 23:33:53 +0000
(23:33 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 23:33:53 +0000
(23:33 +0000)
scripts/motion.py
patch
|
blob
|
history
diff --git
a/scripts/motion.py
b/scripts/motion.py
index 1c854eccb5d091043dac5aee5a23211acbb53c95..b5cc279f936dcd2506fbd0e71f30bf69c12131dd 100644
(file)
--- a/
scripts/motion.py
+++ b/
scripts/motion.py
@@
-95,7
+95,7
@@
def _do_move():
_poplabel = otk.Label(_popwidget)
_poplabel.setTexture(style.labelFocusBackground())
_popwidget.show(1)
- _poplabel.
resize(length, font.height()
)
+ _poplabel.
fitString(text
)
_poplabel.setText(text)
area = otk.display.screenInfo(_screen).rect()
_popwidget.update()