~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/netbook/shell/data/layouts/org.kde.plasma-netbook.defaultPanel/contents/layout.js

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
var panel = new Panel("netpanel")
 
2
if (panelIds.length == 1) {
 
3
    // we are the only panel, so set the location for the user
 
4
    panel.location = 'top'
 
5
}
 
6
panel.locked = false;
 
7
panel.height = 28
 
8
panel.addWidget("activitybar")
 
9
panel.addWidget("systemtray")
 
10
panel.addWidget("digital-clock")
 
11
panel.addWidget("currentappcontrol")
 
12
panel.locked = true;
 
 
b'\\ No newline at end of file'