diff options
Diffstat (limited to 'web/app/view/device/DeviceController.js')
-rw-r--r-- | web/app/view/device/DeviceController.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/device/DeviceController.js b/web/app/view/device/DeviceController.js index ae4abf4a7..e9cda9bbe 100644 --- a/web/app/view/device/DeviceController.js +++ b/web/app/view/device/DeviceController.js @@ -117,8 +117,8 @@ Ext.define('Traccar.view.device.DeviceController', { onUsersClick: function() { Ext.create('Ext.window.Window', { title: strings.settingsUsers, - width: styles.window_width, - height: styles.window_height, + width: styles.windowWidth, + height: styles.windowHeight, layout: 'fit', modal: true, items: { |