# HG changeset patch # User Torsten Irländer # Date 1367244960 -7200 # Node ID 54f95ab2f375c19c1702aa870f2014a9c89600b1 # Parent 8e79bda4d55b09ec3905e5a10a7f5f21cde96520 Moved title attribute diff -r 8e79bda4d55b -r 54f95ab2f375 app.js --- a/app.js Mon Apr 29 15:18:26 2013 +0200 +++ b/app.js Mon Apr 29 16:16:00 2013 +0200 @@ -6,10 +6,10 @@ console.log('Launching the application'); Ext.create('Ext.container.Viewport', { layout: 'fit', + title: 'Probenauswahlmaske', items: [ { - xtype: 'sqllist', - title: 'Probenauswahlmaske' + xtype: 'sqllist' } ] });