all repos — fluxbox @ 40ba49676890064e3a519bc7cb46ec7203d2d909

custom fork of the fluxbox windowmanager

Updated alignment string
fluxgen fluxgen
commit

40ba49676890064e3a519bc7cb46ec7203d2d909

parent

a66c92b9f5466e0dc439a9516d5b21fb6d4aba76

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

jump to
M src/IconBar.ccsrc/IconBar.cc

@@ -272,10 +272,10 @@ }

switch (m_screen->getWindowStyle()->tab.font.justify) { - case FFont::Right: + case Misc::Font::RIGHT: dx += width - l; break; - case FFont::Center: + case Misc::Font::CENTER: dx += (width - l) / 2; break; default: