Skip to content

Commit 7cc1324

Browse files
added liveDrag property to windows (#273)
1 parent cc94069 commit 7cc1324

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

app/view/window/HelpWindow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Ext.define('EdiromOnline.view.window.HelpWindow', {
3838
maximizable: false,
3939
closable: true,
4040
shadow: false,
41+
liveDrag: true,
4142
layout: 'fit',
4243
border: 0,
4344
bodyBorder: false,

app/view/window/Window.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Ext.define('EdiromOnline.view.window.Window', {
3737
constrainHeader: true,
3838
minimizable: true,
3939
maximizable: true,
40+
liveDrag: true,
4041
layout: 'card',
4142
activeItem: 0,
4243
cls: 'ediromWindow',

app/view/window/about/AboutWindow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Ext.define('EdiromOnline.view.window.about.AboutWindow', {
3838
maximizable: false,
3939
closable: true,
4040
shadow: false,
41+
liveDrag: true,
4142
layout: 'fit',
4243
border: 0,
4344
bodyBorder: false,

app/view/window/search/SearchWindow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Ext.define('EdiromOnline.view.window.search.SearchWindow', {
3838
maximizable: false,
3939
closable: true,
4040
shadow: false,
41+
liveDrag: true,
4142

4243
layout: {
4344
type: 'vbox',

0 commit comments

Comments
 (0)