menthahud-lyra/resource/ui/notifications/base_notification.res

52 lines
No EOL
907 B
Text

"Resource/UI/notifications/base_notification.res"
{
"Notification_Background"
{
"ControlName" "CImagePanel"
"fieldName" "Notification_Background"
"xpos" "9999"
"ypos" "9999"
"zpos" "-1"
"wide" "0"
"tall" "0"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"image" ""
"scaleImage" "1"
}
"Notification_Icon"
{
"ControlName" "CIconPanel"
"fieldName" "Notification_Icon"
"xpos" "7"
"ypos" "9"
"wide" "20"
"tall" "20"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" ""
}
"Notification_Label"
{
"ControlName" "CExLabel"
"fieldName" "Notification_Label"
"font" "Default"
"xpos" "30"
"ypos" "9"
"wide" "130" // 250
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "West"
"dulltext" "0"
"brighttext" "0"
}
}