diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-10-03 21:21:26 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-10-03 21:21:26 +1300 |
commit | 04e63f9b42991008843f3f9d1788fa6933bd57b3 (patch) | |
tree | 7e57e37dbe0e08da7cc10311b0d5f5556d151e5c /web/app/view/DeviceController.js | |
parent | 086faa072ddd3e16c28c2ceaceaa90f32a05f7f9 (diff) | |
download | trackermap-server-04e63f9b42991008843f3f9d1788fa6933bd57b3.tar.gz trackermap-server-04e63f9b42991008843f3f9d1788fa6933bd57b3.tar.bz2 trackermap-server-04e63f9b42991008843f3f9d1788fa6933bd57b3.zip |
Change global styles class
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: { |