Skip to content

Commit ed392b6

Browse files
committed
renaming
1 parent 3c5f535 commit ed392b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/WindowSizeTracker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ qx.Class.define("osparc.WindowSizeTracker", {
4848
},
4949

5050
statics: {
51+
WIDTH_LOGOUT_BREAKPOINT: 700,
52+
WIDTH_COMPACT_BREAKPOINT: 1100,
5153
WIDTH_BREAKPOINT: 1180, // - iPad Pro 11" 1194x834 inclusion
5254
HEIGHT_BREAKPOINT: 720, // - iPad Pro 11" 1194x834 inclusion
53-
WIDTH_COMPACT_BREAKPOINT: 1100,
54-
MIN_WIDTH_LOGOUT: 700,
5555
},
5656

5757
members: {

0 commit comments

Comments
 (0)