mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code tweaks and cleanups.
This commit is contained in:
@ -114,7 +114,7 @@ int CMeterString::GetX(bool abs)
|
||||
switch (m_Align)
|
||||
{
|
||||
case ALIGN_CENTER:
|
||||
x = x - (m_W / 2);
|
||||
x -= m_W / 2;
|
||||
break;
|
||||
|
||||
case ALIGN_RIGHT:
|
||||
|
Reference in New Issue
Block a user