diff options
Diffstat (limited to 'src/ClockTool.cc')
-rw-r--r-- | src/ClockTool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClockTool.cc b/src/ClockTool.cc index f6a9797..257058f 100644 --- a/src/ClockTool.cc +++ b/src/ClockTool.cc | |||
@@ -334,7 +334,7 @@ void ClockTool::reRender() { | |||
334 | } | 334 | } |
335 | 335 | ||
336 | 336 | ||
337 | void ClockTool::renderTheme(unsigned char alpha) { | 337 | void ClockTool::renderTheme(int alpha) { |
338 | m_button.setAlpha(alpha); | 338 | m_button.setAlpha(alpha); |
339 | m_button.setJustify(m_theme->justify()); | 339 | m_button.setJustify(m_theme->justify()); |
340 | 340 | ||