~mterry/ubuntu/natty/gnome-shell/wip

« back to all changes in this revision

Viewing changes to tests/interactive/box-layout.js

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-10-14 11:31:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091014113123-bf8e1l5lqd4r788k
Tags: 2.28.1~git20091020-1
* Initial upload, based on the Ubuntu package (Closes: #550956)
* debian/patches:
- drop two unnecessary patches
* debian/rules:
- cleanup, and add Debian GNOME Team rules include
* debian/control.in:
- add Debian GNOME Team stuff
- fix alignment
- remove Recommends for xserver-xephyr
- fix build-dependencies package names
- build-depend on gnome-pkg-tools for uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                                 style: 'border: 1px solid #aaaaaa; '
45
45
                                        + 'background: #cceeff' }));
46
46
 
 
47
b2.add(new St.Label({ x: 50,
 
48
                      y: 50,
 
49
                      text: "Fixed",
 
50
                      style: 'border: 1px solid #aaaaaa;'
 
51
                             + 'background: #ffffcc' }));
 
52
 
47
53
////////////////////////////////////////////////////////////////////////////////
48
54
 
49
55
function createCollapsableBox(width) {