diff options
author | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
commit | af74a2284551c8511b66d77112c7bf32831c1522 (patch) | |
tree | 35a8830352f5facc1fc9c58b82c0c6dce8fc921e /src/ToolFactory.cc | |
parent | 872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff) | |
download | fluxbox_pavel-af74a2284551c8511b66d77112c7bf32831c1522.zip fluxbox_pavel-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2 |
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'src/ToolFactory.cc')
-rw-r--r-- | src/ToolFactory.cc | 2 |
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 | ||
162 | int ToolFactory::maxFontHeight() const { | 162 | int 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(); |