summaryrefslogtreecommitdiff
path: root/swat/style/qooxdoo/widgets/widgets/QxToolBar.js
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-05 19:11:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:20 -0500
commit631a56da39ed0daae46ca89e57c10b09cf41c718 (patch)
tree5b4da47f40a3c40cf67026909cdfd71e72dc2423 /swat/style/qooxdoo/widgets/widgets/QxToolBar.js
parentf91f5eeac9a8b62928233c3925c8ad1b99b32b4e (diff)
downloadsamba-631a56da39ed0daae46ca89e57c10b09cf41c718.tar.gz
r9133: a huge import of the qooxdoo infrastructure. I decided to import all the widgets to make experimenting easy during development. We can trim this back later to only the pieces we use
Diffstat (limited to 'swat/style/qooxdoo/widgets/widgets/QxToolBar.js')
-rw-r--r--swat/style/qooxdoo/widgets/widgets/QxToolBar.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/swat/style/qooxdoo/widgets/widgets/QxToolBar.js b/swat/style/qooxdoo/widgets/widgets/QxToolBar.js
new file mode 100644
index 00000000000..364ca3b9ece
--- /dev/null
+++ b/swat/style/qooxdoo/widgets/widgets/QxToolBar.js
@@ -0,0 +1,2 @@
+/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */
+function QxToolBar(){QxWidget.call(this);this.setHeight("auto");};QxToolBar.extend(QxWidget,"QxToolBar"); \ No newline at end of file