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