aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.cc
diff options
context:
space:
mode:
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();