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:
@ -109,11 +109,17 @@ protected:
|
||||
|
||||
enum METER_ALIGNMENT
|
||||
{
|
||||
ALIGN_LEFT,
|
||||
ALIGN_RIGHT,
|
||||
ALIGN_CENTER
|
||||
ALIGN_LEFT, // Same as LeftTop
|
||||
ALIGN_RIGHT, // Same as RightTop
|
||||
ALIGN_CENTER, // Same as CenterTop
|
||||
ALIGN_LEFTBOTTOM,
|
||||
ALIGN_RIGHTBOTTOM,
|
||||
ALIGN_CENTERBOTTOM,
|
||||
ALIGN_LEFTCENTER,
|
||||
ALIGN_RIGHTCENTER,
|
||||
ALIGN_CENTERCENTER
|
||||
};
|
||||
|
||||
|
||||
enum METER_POSITION
|
||||
{
|
||||
POSITION_ABSOLUTE,
|
||||
|
Reference in New Issue
Block a user