aboutsummaryrefslogtreecommitdiff
path: root/src/IconBar.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2001-12-13 20:55:29 (GMT)
committerfluxgen <fluxgen>2001-12-13 20:55:29 (GMT)
commit40ba49676890064e3a519bc7cb46ec7203d2d909 (patch)
treecd1d78c9d974621a5cd8899f0d5d056113e6d7e6 /src/IconBar.cc
parenta66c92b9f5466e0dc439a9516d5b21fb6d4aba76 (diff)
downloadfluxbox-40ba49676890064e3a519bc7cb46ec7203d2d909.zip
fluxbox-40ba49676890064e3a519bc7cb46ec7203d2d909.tar.bz2
Updated alignment string
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r--src/IconBar.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc
index db3eabc..982c2f0 100644
--- a/src/IconBar.cc
+++ b/src/IconBar.cc
@@ -272,10 +272,10 @@ void IconBar::draw(IconBarObj *obj, int width) {
272 272
273 273
274 switch (m_screen->getWindowStyle()->tab.font.justify) { 274 switch (m_screen->getWindowStyle()->tab.font.justify) {
275 case FFont::Right: 275 case Misc::Font::RIGHT:
276 dx += width - l; 276 dx += width - l;
277 break; 277 break;
278 case FFont::Center: 278 case Misc::Font::CENTER:
279 dx += (width - l) / 2; 279 dx += (width - l) / 2;
280 break; 280 break;
281 default: 281 default: