Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 4, 2010, 5:25:36 PM (14 years ago)
Author:
dafrick
Message:

Making the background of the NotificationQueue transparent. (Had to change/update TaharezLook look'n'feel file, so don't forget to update data_extern as well…)
Removing some obsolete includes and a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/notifications/data/gui/scripts/NotificationLayer.lua

    r7343 r7349  
    99    local root = winMgr:getWindow("orxonox/NotificationLayer/Root")
    1010    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")
    1312    root:addChildWindow(queue)
    1413
Note: See TracChangeset for help on using the changeset viewer.