Changeset 104:3401f2fddaf6
- Timestamp:
- 10/26/08 19:11:06 (3 years ago)
- Branch:
- unix
- Children:
- 105:b55987db0833, 115:3285597f9cd8
- Files:
-
- 1 modified
-
OsdAlertDevice.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OsdAlertDevice.py
r103 r104 52 52 DEFAULT_OSD_COLOR = '#990000' 53 53 DEFAULT_OSD_FONT = '-adobe-helvetica-bold-r-normal-*-24-*-*-*-*-*-iso8859-1' 54 # 0=Left, 1=Center, 2=Right === Align?55 54 56 55 class OsdAlertDevice(AlertDevice):
