aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-26 04:02:30 (GMT)
committersimonb <simonb>2006-03-26 04:02:30 (GMT)
commitaf74a2284551c8511b66d77112c7bf32831c1522 (patch)
tree35a8830352f5facc1fc9c58b82c0c6dce8fc921e /src/ToolFactory.cc
parent872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff)
downloadfluxbox-af74a2284551c8511b66d77112c7bf32831c1522.zip
fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'src/ToolFactory.cc')
-rw-r--r--src/ToolFactory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolFactory.cc b/src/ToolFactory.cc
index 0cd01a6..2659b67 100644
--- a/src/ToolFactory.cc
+++ b/src/ToolFactory.cc
@@ -159,7 +159,7 @@ void ToolFactory::updateThemes() {
159} 159}
160 160
161 161
162int ToolFactory::maxFontHeight() const { 162int ToolFactory::maxFontHeight() {
163 unsigned int max_height = 0; 163 unsigned int max_height = 0;
164 if (max_height < m_clock_theme.font().height()) 164 if (max_height < m_clock_theme.font().height())
165 max_height = m_clock_theme.font().height(); 165 max_height = m_clock_theme.font().height();