Changeset 37

Show
Ignore:
Timestamp:
05/13/07 13:39:24 (2 years ago)
Author:
lindquist
Message:

removed bg color set in widgets sample

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/bughunt/samples/widgets.d

    r33 r37  
    1515    auto win = new Window("Widgets"); 
    1616    win.quitOnDestroy = true; 
    17     win.backgroundColor = systemBackgroundColor(); 
    1817    win.layoutMgr = new FlowLayout; 
    1918