diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-09 00:22:03 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-09 00:22:03 +0200 |
commit | 156fc3d2ef35ff525d13ee3d693728596a62ab82 (patch) | |
tree | 7835aa089e3ad2a1a4a416f8f5fe6fee20c7d2ca /qooxdoo/source | |
parent | 45f079de478517c0e4d3dd47d0c5566a000a1db0 (diff) | |
download | smokeping-156fc3d2ef35ff525d13ee3d693728596a62ab82.tar.gz smokeping-156fc3d2ef35ff525d13ee3d693728596a62ab82.tar.xz |
fix the name and reduce the spacing
Diffstat (limited to 'qooxdoo/source')
-rw-r--r-- | qooxdoo/source/class/Tr/Application.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qooxdoo/source/class/Tr/Application.js b/qooxdoo/source/class/Tr/Application.js index 5c6298b..c5bcb18 100644 --- a/qooxdoo/source/class/Tr/Application.js +++ b/qooxdoo/source/class/Tr/Application.js @@ -34,7 +34,7 @@ qx.Class.define('Tr.Application', setLocation(0,0); setWidth('100%'); setHeight('100%'); - setSpacing(10); + setSpacing(2); setBackgroundColor('white'); }; base_layout.addToDocument(); @@ -42,7 +42,7 @@ qx.Class.define('Tr.Application', top.set({ height: 'auto' }); - var title = new qx.ui.basic.Atom(this.tr("SmokeTraceroute")); + var title = new qx.ui.basic.Atom(this.tr("SmokeTrace")); with(title){ setTextColor('#b0b0b0'); setFont(qx.ui.core.Font.fromString('20px bold sans-serif')); |