all repos — openbox @ f32ddbbf628b6a27bf2a85f9e98c70e2661c3a1d

openbox fork - make it a bit more like ryudo

use fitString to size the move coords box
Dana Jansens danakj@orodu.net
commit

f32ddbbf628b6a27bf2a85f9e98c70e2661c3a1d

parent

9c0ef0387614220fb025aeb492b28b1929750735

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M scripts/motion.pyscripts/motion.py

@@ -95,7 +95,7 @@ _popwidget.setTexture(style.titlebarFocusBackground())

_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()