mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Changed StringAlign on Meter=String to support both horizontal and vertical positioning
This commit is contained in:
@ -32,6 +32,7 @@ public:
|
||||
virtual UINT GetTypeID() { return TypeID<CMeterString>(); }
|
||||
|
||||
virtual int GetX(bool abs = false);
|
||||
virtual int GetY(bool abs = false);
|
||||
|
||||
virtual void Initialize();
|
||||
virtual bool Update();
|
||||
|
Reference in New Issue
Block a user