Changeset 7349 for code/branches/notifications/data
- Timestamp:
- Sep 4, 2010, 5:25:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/notifications/data/gui/scripts/NotificationLayer.lua
r7343 r7349 9 9 local root = winMgr:getWindow("orxonox/NotificationLayer/Root") 10 10 local queue = winMgr:createWindow("MenuWidgets/Listbox", "orxonox/NotificationLayer/Root/Queue/" .. name) 11 queue:setProperty("Alpha", 0.3) 12 queue:setProperty("InheritsAlpha", "setFalse") 11 queue:setProperty("BackgroundColor", "00FFFFFF") 13 12 root:addChildWindow(queue) 14 13
Note: See TracChangeset
for help on using the changeset viewer.